Html Css Color HEX #5E7212 Fiji Green

📋 copy color: '#5E7212'

red 94 ◦ green 114 ◦ blue 18

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

Shades of Fiji Green #5E7212

Tints of Fiji Green #5E7212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 41.59%
G = 50.44%
B = 7.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#5E7212 (or 0x5E7212) is known color: Fiji Green. HEX triplet: 5E, 72 and 12. RGB value is (94,114,18). Sum of RGB (Red+Green+Blue) = 94+114+18=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7212 is #A18DED. Grayscale: #616161. Windows color (decimal): -10587630 or 1208926. OLE color: 1208926.

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

Color convert

RGB 94 114 18 -
CMYK 0.18 0 0.84 0.55
HSL 72.5º 0.73% 0.26% -
HSV(B) 72.5º 0.84% 0.45% -
XYZ 10.74 14.46 2.8 -
YUV 97.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 94 114 18 0.18 0 0.84 0.55 72.5 0.73 0.26
Hex 5E 72 12 12 0 54 37 48 49 1A
Octal 136 162 22 22 0 124 67 110 111 32
Binary 1011110 1110010 10010 10010 0 1010100 110111 1001000 1001001 11010

Color Harmonies of #5E7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7212

Black with #5E7212

Text Example


Text Example

White with #5E7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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