#5D6319

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

Shades of Fiji Green #5D6319

Tints of Fiji Green #5D6319

Color information

#5D6319 (or 0x5D6319) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 19. RGB value is (93,99,25). Sum of RGB (Red+Green+Blue) = 93+99+25=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6319 is #A29CE6. Grayscale: #595959. Windows color (decimal): -10656999 or 1663837. OLE color: 1663837.

HSL color Cylindrical-coordinate representation of color #5D6319: hue angle of 64.86º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D6319 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB939925-
CMYK0.0600.750.61
HSL64.86º59.68%24.31%-
HSV(B)64.86º74.75%38.82%-
XYZ9.1511.322.62-
YUV88.7792.01131.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=42.86%
G=45.62%
B=11.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399250.0600.750.6164.8659.6824.31
Hex5D6319604B3D413c18
Octal1351433160113751017430
Binary101110111000111100111001001011111101100000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,25); }

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

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

 a { background-color: rgb(93,99,25); }

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

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

 span { border-color: rgb(93,99,25); }

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