#035B15

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

Shades of Crusoe #035B15

Tints of Crusoe #035B15

Color information

#035B15 (or 0x035B15) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 15. RGB value is (3,91,21). Sum of RGB (Red+Green+Blue) = 3+91+21=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #035B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035B15 is #FCA4EA. Grayscale: #383838. Windows color (decimal): -16557291 or 1399555. OLE color: 1399555.

HSL color Cylindrical-coordinate representation of color #035B15: hue angle of 132.27º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B15 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB39121-
CMYK0.9700.770.64
HSL132.27º93.62%18.43%-
HSV(B)132.27º96.7%35.69%-
XYZ3.917.561.96-
YUV56.71107.8589.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 91 (35.94% from 255) = 79.13%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=2.61%
G=79.13%
B=18.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391210.9700.770.64132.2793.6218.43
Hex35B156104D40845e12
Octal313325141011510020413622
Binary11101101110101110000101001101100000010000100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035B15; }

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

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

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

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

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

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

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

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