#035928

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

Shades of Crusoe #035928

Tints of Crusoe #035928

Color information

#035928 (or 0x035928) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 28. RGB value is (3,89,40). Sum of RGB (Red+Green+Blue) = 3+89+40=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #035928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035928 is #FCA6D7. Grayscale: #393939. Windows color (decimal): -16557784 or 2644227. OLE color: 2644227.

HSL color Cylindrical-coordinate representation of color #035928: hue angle of 145.81º degrees, saturation: 0.93, 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 #035928 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB38940-
CMYK0.9700.550.65
HSL145.81º93.48%18.04%-
HSV(B)145.81º96.63%34.9%-
XYZ3.997.323.21-
YUV57.7118.0188.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=2.27%
G=67.42%
B=30.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389400.9700.550.65145.8193.4818.04
Hex359286103741925d12
Octal31315014106710122213522
Binary11101100110100011000010110111100000110010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035928; }

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

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

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

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

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

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

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

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