#035618

Color #035618 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #035618

Tints of Crusoe #035618

Color information

#035618 (or 0x035618) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 18. RGB value is (3,86,24). Sum of RGB (Red+Green+Blue) = 3+86+24=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #035618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035618 is #FCA9E7. Grayscale: #363636. Windows color (decimal): -16558568 or 1594883. OLE color: 1594883.

HSL color Cylindrical-coordinate representation of color #035618: hue angle of 135.18º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035618 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB38624-
CMYK0.9700.720.66
HSL135.18º93.26%17.45%-
HSV(B)135.18º96.51%33.73%-
XYZ3.536.741.98-
YUV54.1111191.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 86 (33.98% from 255) = 76.11%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=2.65%
G=76.11%
B=21.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386240.9700.720.66135.1893.2617.45
Hex356186104842875d11
Octal312630141011010220713521
Binary11101011011000110000101001000100001010000111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035618; }

 p { color: rgb(3,86,24); }

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

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

 a { background-color: rgb(3,86,24); }

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

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

 span { border-color: rgb(3,86,24); }

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