#5E7210

Color #5E7210 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5E7210

Tints of Fiji Green #5E7210

Color information

#5E7210 (or 0x5E7210) is unknown color: approx Fiji Green. HEX triplet: 5E, 72 and 10. RGB value is (94,114,16). Sum of RGB (Red+Green+Blue) = 94+114+16=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7210 is #A18DEF. Grayscale: #616161. Windows color (decimal): -10587632 or 1077854. OLE color: 1077854.

HSL color Cylindrical-coordinate representation of color #5E7210: hue angle of 72.24º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E7210 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB9411416-
CMYK0.1800.860.55
HSL72.24º75.38%25.49%-
HSV(B)72.24º85.96%44.71%-
XYZ10.7314.452.71-
YUV96.8582.37125.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 16 (6.64% from 255) = 7.14%
R=41.96%
G=50.89%
B=7.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114160.1800.860.5572.2475.3825.49
Hex5E72101205637484b19
Octal136162202201266711011331
Binary101111011100101000010010010101101101111001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7210; }

 p { color: rgb(94,114,16); }

 H1.HeaderClassName
 {
   color: #5E7210;
 }
 .AnyTagClassName
 {
   color: #5E7210;
 }
</style>
background-color css

<style>
 a { background-color: #5E7210; }

 a { background-color: rgb(94,114,16); }

 div.DivClassName
 {
   background-color: #5E7210;
 }
 .BgClassName
 {
   background-color: #5E7210;
 }
</style>
border-color css

<style>
 span { border-color: #5E7210; }

 span { border-color: rgb(94,114,16); }

 td.TdClassName
 {
   border-color: #5E7210;
 }
 .TagClassName
 {
   border-color: #5E7210;
 }
</style>