Html Css Color HEX #5B7220 Fiji Green

📋 copy color: '#5B7220'

red 91 ◦ green 114 ◦ blue 32

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

Shades of Fiji Green #5B7220

Tints of Fiji Green #5B7220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 38.4%
G = 48.1%
B = 13.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#5B7220 (or 0x5B7220) is known color: Fiji Green. HEX triplet: 5B, 72 and 20. RGB value is (91,114,32). Sum of RGB (Red+Green+Blue) = 91+114+32=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7220 is #A48DDF. Grayscale: #626262. Windows color (decimal): -10784224 or 2126427. OLE color: 2126427.

HSL color Cylindrical-coordinate representation of color #5B7220: hue angle of 76.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B7220 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 32 -
CMYK 0.20 0 0.72 0.55
HSL 76.83º 0.56% 0.29% -
HSV(B) 76.83º 0.72% 0.45% -
XYZ 10.59 14.36 3.58 -
YUV 97.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 91 114 32 0.20 0 0.72 0.55 76.83 0.56 0.29
Hex 5B 72 20 14 0 48 37 4D 38 1D
Octal 133 162 40 24 0 110 67 115 70 35
Binary 1011011 1110010 100000 10100 0 1001000 110111 1001101 111000 11101

Color Harmonies of #5B7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7220

Black with #5B7220

Text Example


Text Example

White with #5B7220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,32); }

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

background-color css

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

 a { background-color: rgb(91,114,32); }

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

border-color css

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

 span { border-color: rgb(91,114,32); }

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