Html Css Color HEX #5E711F Fiji Green

📋 copy color: '#5E711F'

red 94 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #5E711F

Tints of Fiji Green #5E711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 39.5%
G = 47.48%
B = 13.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5E711F (or 0x5E711F) is known color: Fiji Green. HEX triplet: 5E, 71 and 1F. RGB value is (94,113,31). Sum of RGB (Red+Green+Blue) = 94+113+31=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #5E711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E711F is #A18EE0. Grayscale: #626262. Windows color (decimal): -10587873 or 2060638. OLE color: 2060638.

HSL color Cylindrical-coordinate representation of color #5E711F: hue angle of 73.9º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E711F is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 113 31 -
CMYK 0.17 0 0.73 0.56
HSL 73.9º 0.57% 0.28% -
HSV(B) 73.9º 0.73% 0.44% -
XYZ 10.77 14.29 3.49 -
YUV 97.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 94 113 31 0.17 0 0.73 0.56 73.9 0.57 0.28
Hex 5E 71 1F 11 0 49 38 4A 39 1C
Octal 136 161 37 21 0 111 70 112 71 34
Binary 1011110 1110001 11111 10001 0 1001001 111000 1001010 111001 11100

Color Harmonies of #5E711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E711F

Black with #5E711F

Text Example


Text Example

White with #5E711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,31); }

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

background-color css

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

 a { background-color: rgb(94,113,31); }

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

border-color css

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

 span { border-color: rgb(94,113,31); }

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