#035E30

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

Shades of Crusoe #035E30

Tints of Crusoe #035E30

Color information

#035E30 (or 0x035E30) is unknown color: approx Crusoe. HEX triplet: 03, 5E and 30. RGB value is (3,94,48). Sum of RGB (Red+Green+Blue) = 3+94+48=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 94 (37.11% from 255 or 64.83% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 94 - color contains mainly: green. Hex color #035E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E30 is #FCA1CF. Grayscale: #3D3D3D. Windows color (decimal): -16556496 or 3169795. OLE color: 3169795.

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

Color convert

RGB39448-
CMYK0.9700.490.63
HSL149.67º93.81%19.02%-
HSV(B)149.67º96.81%36.86%-
XYZ4.578.244.15-
YUV61.55120.3586.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 94 (37.11% from 255) = 64.83%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=2.07%
G=64.83%
B=33.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal394480.9700.490.63149.6793.8119.02
Hex35E30610313F965e13
Octal3136601410617722613623
Binary1110111101100001100001011000111111110010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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