#5D7913

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

Shades of Fiji Green #5D7913

Tints of Fiji Green #5D7913

Color information

#5D7913 (or 0x5D7913) is unknown color: approx Fiji Green. HEX triplet: 5D, 79 and 13. RGB value is (93,121,19). Sum of RGB (Red+Green+Blue) = 93+121+19=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7913 is #A286EC. Grayscale: #656565. Windows color (decimal): -10651373 or 1276253. OLE color: 1276253.

HSL color Cylindrical-coordinate representation of color #5D7913: hue angle of 76.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D7913 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB9312119-
CMYK0.2300.840.53
HSL76.47º72.86%27.45%-
HSV(B)76.47º84.3%47.45%-
XYZ11.4716.053.11-
YUV10181.72122.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=39.91%
G=51.93%
B=8.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121190.2300.840.5376.4772.8627.45
Hex5D791317054354c491b
Octal135171232701246511411133
Binary101110111110011001110111010101001101011001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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