Html Css Color HEX #5E7020 Fiji Green

📋 copy color: '#5E7020'

red 94 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #5E7020

Tints of Fiji Green #5E7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 39.5%
G = 47.06%
B = 13.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#5E7020 (or 0x5E7020) is known color: Fiji Green. HEX triplet: 5E, 70 and 20. RGB value is (94,112,32). Sum of RGB (Red+Green+Blue) = 94+112+32=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7020 is #A18FDF. Grayscale: #616161. Windows color (decimal): -10588128 or 2125918. OLE color: 2125918.

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

Color convert

RGB 94 112 32 -
CMYK 0.16 0 0.71 0.56
HSL 73.5º 0.56% 0.28% -
HSV(B) 73.5º 0.71% 0.44% -
XYZ 10.67 14.07 3.52 -
YUV 97.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 94 112 32 0.16 0 0.71 0.56 73.5 0.56 0.28
Hex 5E 70 20 10 0 47 38 4A 38 1C
Octal 136 160 40 20 0 107 70 112 70 34
Binary 1011110 1110000 100000 10000 0 1000111 111000 1001010 111000 11100

Color Harmonies of #5E7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7020

Black with #5E7020

Text Example


Text Example

White with #5E7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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