#036215

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

Shades of Crusoe #036215

Tints of Crusoe #036215

Color information

#036215 (or 0x036215) is unknown color: approx Crusoe. HEX triplet: 03, 62 and 15. RGB value is (3,98,21). Sum of RGB (Red+Green+Blue) = 3+98+21=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #036215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036215 is #FC9DEA. Grayscale: #3D3D3D. Windows color (decimal): -16555499 or 1401347. OLE color: 1401347.

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

Color convert

RGB39821-
CMYK0.9700.790.62
HSL131.37º94.06%19.8%-
HSV(B)131.37º96.94%38.43%-
XYZ4.548.812.17-
YUV60.82105.5386.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 98 (38.67% from 255) = 80.33%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=2.46%
G=80.33%
B=17.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398210.9700.790.62131.3794.0619.8
Hex362156104F3E835e14
Octal31422514101177620313624
Binary1111000101010111000010100111111111010000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036215; }

 p { color: rgb(3,98,21); }

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

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

 a { background-color: rgb(3,98,21); }

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

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

 span { border-color: rgb(3,98,21); }

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