#035615

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

Shades of Crusoe #035615

Tints of Crusoe #035615

Color information

#035615 (or 0x035615) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 15. RGB value is (3,86,21). Sum of RGB (Red+Green+Blue) = 3+86+21=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #035615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035615 is #FCA9EA. Grayscale: #353535. Windows color (decimal): -16558571 or 1398275. OLE color: 1398275.

HSL color Cylindrical-coordinate representation of color #035615: hue angle of 133.01º 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 #035615 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB38621-
CMYK0.9700.760.66
HSL133.01º93.26%17.45%-
HSV(B)133.01º96.51%33.73%-
XYZ3.56.731.82-
YUV53.77109.591.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 86 (33.98% from 255) = 78.18%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=2.73%
G=78.18%
B=19.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386210.9700.760.66133.0193.2617.45
Hex356156104C42855d11
Octal312625141011410220513521
Binary11101011010101110000101001100100001010000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035615; }

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

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

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

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

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

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

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

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