#035616

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

Shades of Crusoe #035616

Tints of Crusoe #035616

Color information

#035616 (or 0x035616) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 16. RGB value is (3,86,22). Sum of RGB (Red+Green+Blue) = 3+86+22=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #035616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035616 is #FCA9E9. Grayscale: #363636. Windows color (decimal): -16558570 or 1463811. OLE color: 1463811.

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

Color convert

RGB38622-
CMYK0.9700.740.66
HSL133.73º93.26%17.45%-
HSV(B)133.73º96.51%33.73%-
XYZ3.516.731.87-
YUV53.8911091.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 86 (33.98% from 255) = 77.48%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=2.70%
G=77.48%
B=19.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386220.9700.740.66133.7393.2617.45
Hex356166104A42865d11
Octal312626141011210220613521
Binary11101011010110110000101001010100001010000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035616; }

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

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

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

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

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

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

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

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