#035713

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

Shades of Crusoe #035713

Tints of Crusoe #035713

Color information

#035713 (or 0x035713) is unknown color: approx Crusoe. HEX triplet: 03, 57 and 13. RGB value is (3,87,19). Sum of RGB (Red+Green+Blue) = 3+87+19=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #035713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035713 is #FCA8EC. Grayscale: #363636. Windows color (decimal): -16558317 or 1267459. OLE color: 1267459.

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

Color convert

RGB38719-
CMYK0.9700.780.66
HSL131.43º93.33%17.65%-
HSV(B)131.43º96.55%34.12%-
XYZ3.566.881.76-
YUV54.13108.1791.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=2.75%
G=79.82%
B=17.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387190.9700.780.66131.4393.3317.65
Hex357136104E42835d12
Octal312723141011610220313522
Binary11101011110011110000101001110100001010000011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035713; }

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

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

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

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

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

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

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

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