#036027

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

Shades of Crusoe #036027

Tints of Crusoe #036027

Color information

#036027 (or 0x036027) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 27. RGB value is (3,96,39). Sum of RGB (Red+Green+Blue) = 3+96+39=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #036027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036027 is #FC9FD8. Grayscale: #3D3D3D. Windows color (decimal): -16555993 or 2580483. OLE color: 2580483.

HSL color Cylindrical-coordinate representation of color #036027: hue angle of 143.23º 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 #036027 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB39639-
CMYK0.9700.590.62
HSL143.23º93.94%19.41%-
HSV(B)143.23º96.88%37.65%-
XYZ4.598.533.32-
YUV61.69115.1986.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.17%
GREEN value IS 96 (37.89% from 255) = 69.57%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=2.17%
G=69.57%
B=28.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396390.9700.590.62143.2393.9419.41
Hex360276103B3E8f5e13
Octal3140471410737621713623
Binary1111000001001111100001011101111111010001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036027; }

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

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

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

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

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

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

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

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