#5B6C1E

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

Shades of Fiji Green #5B6C1E

Tints of Fiji Green #5B6C1E

Color information

#5B6C1E (or 0x5B6C1E) is unknown color: approx Fiji Green. HEX triplet: 5B, 6C and 1E. RGB value is (91,108,30). Sum of RGB (Red+Green+Blue) = 91+108+30=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #5B6C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6C1E is #A493E1. Grayscale: #5E5E5E. Windows color (decimal): -10785762 or 1993819. OLE color: 1993819.

HSL color Cylindrical-coordinate representation of color #5B6C1E: hue angle of 73.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B6C1E is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB9110830-
CMYK0.1600.720.58
HSL73.08º56.52%27.06%-
HSV(B)73.08º72.22%42.35%-
XYZ9.9113.043.22-
YUV94.0291.87125.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.74%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=39.74%
G=47.16%
B=13.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91108300.1600.720.5873.0856.5227.06
Hex5B6C1E100483A49391b
Octal13315436200110721117133
Binary10110111101100111101000001001000111010100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,108,30); }

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

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

 a { background-color: rgb(91,108,30); }

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

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

 span { border-color: rgb(91,108,30); }

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