#035E15

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

Shades of Crusoe #035E15

Tints of Crusoe #035E15

Color information

#035E15 (or 0x035E15) is unknown color: approx Crusoe. HEX triplet: 03, 5E and 15. RGB value is (3,94,21). Sum of RGB (Red+Green+Blue) = 3+94+21=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 94 (37.11% from 255 or 79.66% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 94 - color contains mainly: green. Hex color #035E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035E15 is #FCA1EA. Grayscale: #3A3A3A. Windows color (decimal): -16556523 or 1400323. OLE color: 1400323.

HSL color Cylindrical-coordinate representation of color #035E15: hue angle of 131.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E15 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB39421-
CMYK0.9700.780.63
HSL131.87º93.81%19.02%-
HSV(B)131.87º96.81%36.86%-
XYZ4.188.082.05-
YUV58.47106.8588.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 94 (37.11% from 255) = 79.66%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=2.54%
G=79.66%
B=17.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394210.9700.780.63131.8793.8119.02
Hex35E156104E3F845e13
Octal31362514101167720413623
Binary1110111101010111000010100111011111110000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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