Html Css Color HEX #5D711F Fiji Green

📋 copy color: '#5D711F'

red 93 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #5D711F

Tints of Fiji Green #5D711F

RGB

 RED value IS 93 (36.72% from 255) = 39.24%

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

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

R = 39.24%
G = 47.68%
B = 13.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5D711F (or 0x5D711F) is known color: Fiji Green. HEX triplet: 5D, 71 and 1F. RGB value is (93,113,31). Sum of RGB (Red+Green+Blue) = 93+113+31=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #5D711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D711F is #A28EE0. Grayscale: #616161. Windows color (decimal): -10653409 or 2060637. OLE color: 2060637.

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

Color convert

RGB 93 113 31 -
CMYK 0.18 0 0.73 0.56
HSL 74.63º 0.57% 0.28% -
HSV(B) 74.63º 0.73% 0.44% -
XYZ 10.67 14.24 3.48 -
YUV 97.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 93 113 31 0.18 0 0.73 0.56 74.63 0.57 0.28
Hex 5D 71 1F 12 0 49 38 4B 39 1C
Octal 135 161 37 22 0 111 70 113 71 34
Binary 1011101 1110001 11111 10010 0 1001001 111000 1001011 111001 11100

Color Harmonies of #5D711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D711F

Black with #5D711F

Text Example


Text Example

White with #5D711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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