Html Css Color HEX #5E7320 Fiji Green

📋 copy color: '#5E7320'

red 94 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #5E7320

Tints of Fiji Green #5E7320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.72%

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

R = 39%
G = 47.72%
B = 13.28%

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

#5E7320 (or 0x5E7320) is known color: Fiji Green. HEX triplet: 5E, 73 and 20. RGB value is (94,115,32). Sum of RGB (Red+Green+Blue) = 94+115+32=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7320 is #A18CDF. Grayscale: #636363. Windows color (decimal): -10587360 or 2126686. OLE color: 2126686.

HSL color Cylindrical-coordinate representation of color #5E7320: hue angle of 75.18º 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 #5E7320 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 32 -
CMYK 0.18 0 0.72 0.55
HSL 75.18º 0.56% 0.29% -
HSV(B) 75.18º 0.72% 0.45% -
XYZ 11.01 14.75 3.63 -
YUV 99.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 94 115 32 0.18 0 0.72 0.55 75.18 0.56 0.29
Hex 5E 73 20 12 0 48 37 4B 38 1D
Octal 136 163 40 22 0 110 67 113 70 35
Binary 1011110 1110011 100000 10010 0 1001000 110111 1001011 111000 11101

Color Harmonies of #5E7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7320

Black with #5E7320

Text Example


Text Example

White with #5E7320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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