#5D600B

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

Shades of Fiji Green #5D600B

Tints of Fiji Green #5D600B

Color information

#5D600B (or 0x5D600B) is unknown color: approx Fiji Green. HEX triplet: 5D, 60 and 0B. RGB value is (93,96,11). Sum of RGB (Red+Green+Blue) = 93+96+11=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #5D600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D600B is #A29FF4. Grayscale: #555555. Windows color (decimal): -10657781 or 745565. OLE color: 745565.

HSL color Cylindrical-coordinate representation of color #5D600B: hue angle of 62.12º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D600B is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB939611-
CMYK0.0300.890.62
HSL62.12º79.44%20.98%-
HSV(B)62.12º88.54%37.65%-
XYZ8.7610.721.92-
YUV85.4186.01133.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=46.5%
G=48%
B=5.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396110.0300.890.6262.1279.4420.98
Hex5D60B30593E3e4f15
Octal1351401330131767611725
Binary1011101110000010111101011001111110111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,11); }

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

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

 a { background-color: rgb(93,96,11); }

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

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

 span { border-color: rgb(93,96,11); }

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