#035B27

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

Shades of Crusoe #035B27

Tints of Crusoe #035B27

Color information

#035B27 (or 0x035B27) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 27. RGB value is (3,91,39). Sum of RGB (Red+Green+Blue) = 3+91+39=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #035B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B27 is #FCA4D8. Grayscale: #3A3A3A. Windows color (decimal): -16557273 or 2579203. OLE color: 2579203.

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

Color convert

RGB39139-
CMYK0.9700.570.64
HSL144.55º93.62%18.43%-
HSV(B)144.55º96.7%35.69%-
XYZ4.147.653.18-
YUV58.76116.8588.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 91 (35.94% from 255) = 68.42%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=2.26%
G=68.42%
B=29.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391390.9700.570.64144.5593.6218.43
Hex35B276103940915e12
Octal31334714107110022113622
Binary11101101110011111000010111001100000010010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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