#5D6015

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

Shades of Fiji Green #5D6015

Tints of Fiji Green #5D6015

Color information

#5D6015 (or 0x5D6015) is unknown color: approx Fiji Green. HEX triplet: 5D, 60 and 15. RGB value is (93,96,21). Sum of RGB (Red+Green+Blue) = 93+96+21=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6015 is #A29FEA. Grayscale: #565656. Windows color (decimal): -10657771 or 1400925. OLE color: 1400925.

HSL color Cylindrical-coordinate representation of color #5D6015: hue angle of 62.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D6015 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB939621-
CMYK0.0300.780.62
HSL62.4º64.1%22.94%-
HSV(B)62.4º78.12%37.65%-
XYZ8.8310.752.32-
YUV86.5591.01132.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.29%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 21 (8.59% from 255) = 10%
R=44.29%
G=45.71%
B=10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396210.0300.780.6262.464.122.94
Hex5D6015304E3E3e4017
Octal1351402530116767610027
Binary10111011100000101011101001110111110111110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,21); }

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

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

 a { background-color: rgb(93,96,21); }

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

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

 span { border-color: rgb(93,96,21); }

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