#5D6C15

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

Shades of Fiji Green #5D6C15

Tints of Fiji Green #5D6C15

Color information

#5D6C15 (or 0x5D6C15) is unknown color: approx Fiji Green. HEX triplet: 5D, 6C and 15. RGB value is (93,108,21). Sum of RGB (Red+Green+Blue) = 93+108+21=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #5D6C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6C15 is #A293EA. Grayscale: #5D5D5D. Windows color (decimal): -10654699 or 1403997. OLE color: 1403997.

HSL color Cylindrical-coordinate representation of color #5D6C15: hue angle of 70.34º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D6C15 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB9310821-
CMYK0.1400.810.58
HSL70.34º67.44%25.29%-
HSV(B)70.34º80.56%42.35%-
XYZ10.0113.112.71-
YUV93.687.03127.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=41.89%
G=48.65%
B=9.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93108210.1400.810.5870.3467.4425.29
Hex5D6C15E0513A464319
Octal135154251601217210610331
Binary10111011101100101011110010100011110101000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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