#5D6513

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

Shades of Fiji Green #5D6513

Tints of Fiji Green #5D6513

Color information

#5D6513 (or 0x5D6513) is unknown color: approx Fiji Green. HEX triplet: 5D, 65 and 13. RGB value is (93,101,19). Sum of RGB (Red+Green+Blue) = 93+101+19=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6513 is #A29AEC. Grayscale: #595959. Windows color (decimal): -10656493 or 1271133. OLE color: 1271133.

HSL color Cylindrical-coordinate representation of color #5D6513: hue angle of 65.85º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D6513 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB9310119-
CMYK0.0800.810.60
HSL65.85º68.33%23.53%-
HSV(B)65.85º81.19%39.61%-
XYZ9.2911.682.38-
YUV89.2688.35130.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.66%
GREEN value IS 101 (39.84% from 255) = 47.42%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=43.66%
G=47.42%
B=8.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal93101190.0800.810.6065.8568.3323.53
Hex5D651380513C424418
Octal135145231001217410210430
Binary10111011100101100111000010100011111001000010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,101,19); }

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

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

 a { background-color: rgb(93,101,19); }

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

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

 span { border-color: rgb(93,101,19); }

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