#5D6308

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

Shades of Fiji Green #5D6308

Tints of Fiji Green #5D6308

Color information

#5D6308 (or 0x5D6308) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 08. RGB value is (93,99,8). Sum of RGB (Red+Green+Blue) = 93+99+8=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6308 is #A29CF7. Grayscale: #575757. Windows color (decimal): -10657016 or 549725. OLE color: 549725.

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

Color convert

RGB93998-
CMYK0.0600.920.61
HSL63.96º85.05%20.98%-
HSV(B)63.96º91.92%38.82%-
XYZ9.0211.271.93-
YUV86.8383.51132.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 8 (3.52% from 255) = 4%
R=46.5%
G=49.5%
B=4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal939980.0600.920.6163.9685.0520.98
Hex5D638605C3D405515
Octal13514310601347510012525
Binary101110111000111000110010111001111011000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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