#035716

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

Shades of Crusoe #035716

Tints of Crusoe #035716

Color information

#035716 (or 0x035716) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 16. RGB value is (3,87,22). Sum of RGB (Red+Green+Blue) = 3+87+22=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #035716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035716 is #FCA8E9. Grayscale: #363636. Windows color (decimal): -16558314 or 1464067. OLE color: 1464067.

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

Color convert

RGB38722-
CMYK0.9700.750.66
HSL133.57º93.33%17.65%-
HSV(B)133.57º96.55%34.12%-
XYZ3.596.891.9-
YUV54.47109.6791.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 87 (34.38% from 255) = 77.68%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=2.68%
G=77.68%
B=19.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387220.9700.750.66133.5793.3317.65
Hex357166104B42865d12
Octal312726141011310220613522
Binary11101011110110110000101001011100001010000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035716; }

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

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

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

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

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

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

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

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