#036030

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

Shades of Crusoe #036030

Tints of Crusoe #036030

Color information

#036030 (or 0x036030) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 30. RGB value is (3,96,48). Sum of RGB (Red+Green+Blue) = 3+96+48=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #036030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036030 is #FC9FCF. Grayscale: #3E3E3E. Windows color (decimal): -16555984 or 3170307. OLE color: 3170307.

HSL color Cylindrical-coordinate representation of color #036030: hue angle of 149.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036030 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB39648-
CMYK0.9700.500.62
HSL149.03º93.94%19.41%-
HSV(B)149.03º96.88%37.65%-
XYZ4.758.64.21-
YUV62.72119.6985.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=2.04%
G=65.31%
B=32.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396480.9700.500.62149.0393.9419.41
Hex36030610323E955e13
Octal3140601410627622513623
Binary1111000001100001100001011001011111010010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036030; }

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

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

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

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

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

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

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

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