#5E7024

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

Shades of Fiji Green #5E7024

Tints of Fiji Green #5E7024

Color information

#5E7024 (or 0x5E7024) is unknown color: approx Fiji Green. HEX triplet: 5E, 70 and 24. RGB value is (94,112,36). Sum of RGB (Red+Green+Blue) = 94+112+36=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7024 is #A18FDB. Grayscale: #626262. Windows color (decimal): -10588124 or 2388062. OLE color: 2388062.

HSL color Cylindrical-coordinate representation of color #5E7024: hue angle of 74.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E7024 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB9411236-
CMYK0.1600.680.56
HSL74.21º51.35%29.02%-
HSV(B)74.21º67.86%43.92%-
XYZ10.7314.13.82-
YUV97.9593.04125.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.84%
GREEN value IS 112 (44.14% from 255) = 46.28%
BLUE value IS 36 (14.45% from 255) = 14.88%
R=38.84%
G=46.28%
B=14.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112360.1600.680.5674.2151.3529.02
Hex5E702410044384a331d
Octal13616044200104701126335
Binary101111011100001001001000001000100111000100101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,112,36); }

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

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

 a { background-color: rgb(94,112,36); }

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

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

 span { border-color: rgb(94,112,36); }

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