#5D6620

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

Shades of Fiji Green #5D6620

Tints of Fiji Green #5D6620

Color information

#5D6620 (or 0x5D6620) is unknown color: approx Fiji Green. HEX triplet: 5D, 66 and 20. RGB value is (93,102,32). Sum of RGB (Red+Green+Blue) = 93+102+32=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6620 is #A299DF. Grayscale: #5B5B5B. Windows color (decimal): -10656224 or 2123357. OLE color: 2123357.

HSL color Cylindrical-coordinate representation of color #5D6620: hue angle of 67.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D6620 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB9310232-
CMYK0.0900.690.6
HSL67.71º52.24%26.27%-
HSV(B)67.71º68.63%40%-
XYZ9.5311.933.17-
YUV91.3394.52129.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.97%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 32 (12.89% from 255) = 14.10%
R=40.97%
G=44.93%
B=14.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102320.0900.690.667.7152.2426.27
Hex5D662090453C44341a
Octal13514640110105741046432
Binary10111011100110100000100101000101111100100010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,32); }

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

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

 a { background-color: rgb(93,102,32); }

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

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

 span { border-color: rgb(93,102,32); }

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