Html Css Color HEX #5E721C Fiji Green

📋 copy color: '#5E721C'

red 94 ◦ green 114 ◦ blue 28

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

Shades of Fiji Green #5E721C

Tints of Fiji Green #5E721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.86%

R = 39.83%
G = 48.31%
B = 11.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#5E721C (or 0x5E721C) is known color: Fiji Green. HEX triplet: 5E, 72 and 1C. RGB value is (94,114,28). Sum of RGB (Red+Green+Blue) = 94+114+28=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #5E721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E721C is #A18DE3. Grayscale: #626262. Windows color (decimal): -10587620 or 1864286. OLE color: 1864286.

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

Color convert

RGB 94 114 28 -
CMYK 0.18 0 0.75 0.55
HSL 73.95º 0.61% 0.28% -
HSV(B) 73.95º 0.75% 0.45% -
XYZ 10.84 14.5 3.33 -
YUV 98.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 94 114 28 0.18 0 0.75 0.55 73.95 0.61 0.28
Hex 5E 72 1C 12 0 4B 37 4A 3D 1C
Octal 136 162 34 22 0 113 67 112 75 34
Binary 1011110 1110010 11100 10010 0 1001011 110111 1001010 111101 11100

Color Harmonies of #5E721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E721C

Black with #5E721C

Text Example


Text Example

White with #5E721C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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