#5B7320

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

Shades of Fiji Green #5B7320

Tints of Fiji Green #5B7320

Color information

#5B7320 (or 0x5B7320) is unknown color: approx Fiji Green. HEX triplet: 5B, 73 and 20. RGB value is (91,115,32). Sum of RGB (Red+Green+Blue) = 91+115+32=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7320 is #A48CDF. Grayscale: #626262. Windows color (decimal): -10783968 or 2126683. OLE color: 2126683.

HSL color Cylindrical-coordinate representation of color #5B7320: hue angle of 77.35º 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 #5B7320 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB9111532-
CMYK0.2100.720.55
HSL77.35º56.46%28.82%-
HSV(B)77.35º72.17%45.1%-
XYZ10.7114.593.62-
YUV98.3690.55122.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=38.24%
G=48.32%
B=13.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91115320.2100.720.5577.3556.4628.82
Hex5B732015048374d381d
Octal13316340250110671157035
Binary101101111100111000001010101001000110111100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B7320;
 }
 .AnyTagClassName
 {
   color: #5B7320;
 }
</style>
background-color css

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

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

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

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

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

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