#035B29

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

Shades of Crusoe #035B29

Tints of Crusoe #035B29

Color information

#035B29 (or 0x035B29) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 29. RGB value is (3,91,41). Sum of RGB (Red+Green+Blue) = 3+91+41=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 91 (35.94% from 255 or 67.41% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 91 - color contains mainly: green. Hex color #035B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B29 is #FCA4D6. Grayscale: #3B3B3B. Windows color (decimal): -16557271 or 2710275. OLE color: 2710275.

HSL color Cylindrical-coordinate representation of color #035B29: hue angle of 145.91º 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 #035B29 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB39141-
CMYK0.9700.550.64
HSL145.91º93.62%18.43%-
HSV(B)145.91º96.7%35.69%-
XYZ4.187.663.36-
YUV58.99117.8588.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 91 (35.94% from 255) = 67.41%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=2.22%
G=67.41%
B=30.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391410.9700.550.64145.9193.6218.43
Hex35B296103740925e12
Octal31335114106710022213622
Binary11101101110100111000010110111100000010010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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