Html Css Color HEX #5E6D1E Fiji Green

📋 copy color: '#5E6D1E'

red 94 ◦ green 109 ◦ blue 30

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

Shades of Fiji Green #5E6D1E

Tints of Fiji Green #5E6D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.78%

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 40.34%
G = 46.78%
B = 12.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#5E6D1E (or 0x5E6D1E) is known color: Fiji Green. HEX triplet: 5E, 6D and 1E. RGB value is (94,109,30). Sum of RGB (Red+Green+Blue) = 94+109+30=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D1E is #A192E1. Grayscale: #5F5F5F. Windows color (decimal): -10588898 or 1994078. OLE color: 1994078.

HSL color Cylindrical-coordinate representation of color #5E6D1E: hue angle of 71.39º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E6D1E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 109 30 -
CMYK 0.14 0 0.72 0.57
HSL 71.39º 0.57% 0.27% -
HSV(B) 71.39º 0.72% 0.43% -
XYZ 10.32 13.41 3.27 -
YUV 95.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 94 109 30 0.14 0 0.72 0.57 71.39 0.57 0.27
Hex 5E 6D 1E E 0 48 39 47 39 1B
Octal 136 155 36 16 0 110 71 107 71 33
Binary 1011110 1101101 11110 1110 0 1001000 111001 1000111 111001 11011

Color Harmonies of #5E6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D1E

Black with #5E6D1E

Text Example


Text Example

White with #5E6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,30); }

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

background-color css

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

 a { background-color: rgb(94,109,30); }

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

border-color css

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

 span { border-color: rgb(94,109,30); }

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