#035E28

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

Shades of Crusoe #035E28

Tints of Crusoe #035E28

Color information

#035E28 (or 0x035E28) is unknown color: approx Crusoe. HEX triplet: 03, 5E and 28. RGB value is (3,94,40). Sum of RGB (Red+Green+Blue) = 3+94+40=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 94 (37.11% from 255 or 68.61% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 94 - color contains mainly: green. Hex color #035E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E28 is #FCA1D7. Grayscale: #3C3C3C. Windows color (decimal): -16556504 or 2645507. OLE color: 2645507.

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

Color convert

RGB39440-
CMYK0.9700.570.63
HSL144.4º93.81%19.02%-
HSV(B)144.4º96.81%36.86%-
XYZ4.428.183.35-
YUV60.64116.3586.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 94 (37.11% from 255) = 68.61%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=2.19%
G=68.61%
B=29.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394400.9700.570.63144.493.8119.02
Hex35E28610393F905e13
Octal3136501410717722013623
Binary1110111101010001100001011100111111110010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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