Html Css Color HEX #5B711F Fiji Green

📋 copy color: '#5B711F'

red 91 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #5B711F

Tints of Fiji Green #5B711F

RGB

 RED value IS 91 (35.94% from 255) = 38.72%

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

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

R = 38.72%
G = 48.09%
B = 13.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5B711F (or 0x5B711F) is known color: Fiji Green. HEX triplet: 5B, 71 and 1F. RGB value is (91,113,31). Sum of RGB (Red+Green+Blue) = 91+113+31=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #5B711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B711F is #A48EE0. Grayscale: #616161. Windows color (decimal): -10784481 or 2060635. OLE color: 2060635.

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

Color convert

RGB 91 113 31 -
CMYK 0.19 0 0.73 0.56
HSL 76.1º 0.57% 0.28% -
HSV(B) 76.1º 0.73% 0.44% -
XYZ 10.47 14.13 3.47 -
YUV 97.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 91 113 31 0.19 0 0.73 0.56 76.1 0.57 0.28
Hex 5B 71 1F 13 0 49 38 4C 39 1C
Octal 133 161 37 23 0 111 70 114 71 34
Binary 1011011 1110001 11111 10011 0 1001001 111000 1001100 111001 11100

Color Harmonies of #5B711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B711F

Black with #5B711F

Text Example


Text Example

White with #5B711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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