#5D6305

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

Shades of Fiji Green #5D6305

Tints of Fiji Green #5D6305

Color information

#5D6305 (or 0x5D6305) is unknown color: approx Fiji Green. HEX triplet: 5D, 63 and 05. RGB value is (93,99,5). Sum of RGB (Red+Green+Blue) = 93+99+5=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6305 is #A29CFA. Grayscale: #565656. Windows color (decimal): -10657019 or 353117. OLE color: 353117.

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

Color convert

RGB93995-
CMYK0.0600.950.61
HSL63.83º90.38%20.39%-
HSV(B)63.83º94.95%38.82%-
XYZ911.261.84-
YUV86.4982.01132.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.21%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=47.21%
G=50.25%
B=2.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal939950.0600.950.6163.8390.3820.39
Hex5D635605F3D405a14
Octal1351435601377510013224
Binary10111011100011101110010111111111011000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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