Html Css Color HEX #5E7220 Fiji Green

📋 copy color: '#5E7220'

red 94 ◦ green 114 ◦ blue 32

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

Shades of Fiji Green #5E7220

Tints of Fiji Green #5E7220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.5%

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

R = 39.17%
G = 47.5%
B = 13.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#5E7220 (or 0x5E7220) is known color: Fiji Green. HEX triplet: 5E, 72 and 20. RGB value is (94,114,32). Sum of RGB (Red+Green+Blue) = 94+114+32=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7220 is #A18DDF. Grayscale: #626262. Windows color (decimal): -10587616 or 2126430. OLE color: 2126430.

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

Color convert

RGB 94 114 32 -
CMYK 0.18 0 0.72 0.55
HSL 74.63º 0.56% 0.29% -
HSV(B) 74.63º 0.72% 0.45% -
XYZ 10.89 14.52 3.59 -
YUV 98.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 94 114 32 0.18 0 0.72 0.55 74.63 0.56 0.29
Hex 5E 72 20 12 0 48 37 4B 38 1D
Octal 136 162 40 22 0 110 67 113 70 35
Binary 1011110 1110010 100000 10010 0 1001000 110111 1001011 111000 11101

Color Harmonies of #5E7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7220

Black with #5E7220

Text Example


Text Example

White with #5E7220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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