#035A11

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

Shades of Crusoe #035A11

Tints of Crusoe #035A11

Color information

#035A11 (or 0x035A11) is unknown color: approx Crusoe. HEX triplet: 03, 5A and 11. RGB value is (3,90,17). Sum of RGB (Red+Green+Blue) = 3+90+17=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #035A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035A11 is #FCA5EE. Grayscale: #373737. Windows color (decimal): -16557551 or 1137155. OLE color: 1137155.

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

Color convert

RGB39017-
CMYK0.9700.810.65
HSL129.66º93.55%18.24%-
HSV(B)129.66º96.67%35.29%-
XYZ3.797.371.75-
YUV55.66106.1890.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 90 (35.55% from 255) = 81.82%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=2.73%
G=81.82%
B=15.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390170.9700.810.65129.6693.5518.24
Hex35A116105141825e12
Octal313221141012110120213622
Binary11101101010001110000101010001100000110000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,90,17); }

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

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

 a { background-color: rgb(3,90,17); }

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

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

 span { border-color: rgb(3,90,17); }

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