Html Css Color HEX #5E7524 Fiji Green

📋 copy color: '#5E7524'

red 94 ◦ green 117 ◦ blue 36

#5E7524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5E7524

Tints of Fiji Green #5E7524

RGB

 RED value IS 94 (37.11% from 255) = 38.06%

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 38.06%
G = 47.37%
B = 14.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#5E7524 (or 0x5E7524) is known color: Fiji Green. HEX triplet: 5E, 75 and 24. RGB value is (94,117,36). Sum of RGB (Red+Green+Blue) = 94+117+36=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7524 is #A18ADB. Grayscale: #656565. Windows color (decimal): -10586844 or 2389342. OLE color: 2389342.

HSL color Cylindrical-coordinate representation of color #5E7524: hue angle of 77.04º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E7524 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 36 -
CMYK 0.20 0 0.69 0.54
HSL 77.04º 0.53% 0.3% -
HSV(B) 77.04º 0.69% 0.46% -
XYZ 11.3 15.23 4.01 -
YUV 100.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 94 117 36 0.20 0 0.69 0.54 77.04 0.53 0.3
Hex 5E 75 24 14 0 45 36 4D 35 1E
Octal 136 165 44 24 0 105 66 115 65 36
Binary 1011110 1110101 100100 10100 0 1000101 110110 1001101 110101 11110

Color Harmonies of #5E7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7524

Black with #5E7524

Text Example


Text Example

White with #5E7524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7524;
 }
 .AnyTagClassName
 {
   color: #5E7524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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