#066327

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

Shades of Crusoe #066327

Tints of Crusoe #066327

Color information

#066327 (or 0x066327) is unknown color: approx Crusoe. HEX triplet: 06, 63 and 27. RGB value is (6,99,39). Sum of RGB (Red+Green+Blue) = 6+99+39=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #066327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066327 is #F99CD8. Grayscale: #404040. Windows color (decimal): -16358617 or 2581254. OLE color: 2581254.

HSL color Cylindrical-coordinate representation of color #066327: hue angle of 141.29º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066327 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB69939-
CMYK0.9400.610.61
HSL141.29º88.57%20.59%-
HSV(B)141.29º93.94%38.82%-
XYZ4.99.113.42-
YUV64.35113.6986.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=4.17%
G=68.75%
B=27.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699390.9400.610.61141.2988.5720.59
Hex663275E03D3D8d5915
Octal6143471360757521513125
Binary11011000111001111011110011110111110110001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066327; }

 p { color: rgb(6,99,39); }

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

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

 a { background-color: rgb(6,99,39); }

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

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

 span { border-color: rgb(6,99,39); }

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