Html Css Color HEX #5E7521 Fiji Green

📋 copy color: '#5E7521'

red 94 ◦ green 117 ◦ blue 33

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

Shades of Fiji Green #5E7521

Tints of Fiji Green #5E7521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 38.52%
G = 47.95%
B = 13.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#5E7521 (or 0x5E7521) is known color: Fiji Green. HEX triplet: 5E, 75 and 21. RGB value is (94,117,33). Sum of RGB (Red+Green+Blue) = 94+117+33=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7521 is #A18ADE. Grayscale: #646464. Windows color (decimal): -10586847 or 2192734. OLE color: 2192734.

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

Color convert

RGB 94 117 33 -
CMYK 0.20 0 0.72 0.54
HSL 76.43º 0.56% 0.29% -
HSV(B) 76.43º 0.72% 0.46% -
XYZ 11.25 15.21 3.78 -
YUV 100.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 94 117 33 0.20 0 0.72 0.54 76.43 0.56 0.29
Hex 5E 75 21 14 0 48 36 4C 38 1D
Octal 136 165 41 24 0 110 66 114 70 35
Binary 1011110 1110101 100001 10100 0 1001000 110110 1001100 111000 11101

Color Harmonies of #5E7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7521

Black with #5E7521

Text Example


Text Example

White with #5E7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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