#5B7220

Color #5B7220 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5B7220

Tints of Fiji Green #5B7220

Color information

#5B7220 (or 0x5B7220) is unknown color: approx 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

RGB9111432-
CMYK0.2000.720.55
HSL76.83º56.16%28.63%-
HSV(B)76.83º71.93%44.71%-
XYZ10.5914.363.58-
YUV97.7890.88123.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.40%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=38.40%
G=48.10%
B=13.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114320.2000.720.5576.8356.1628.63
Hex5B722014048374d381d
Octal13316240240110671157035
Binary101101111100101000001010001001000110111100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>