#066227

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

Shades of Crusoe #066227

Tints of Crusoe #066227

Color information

#066227 (or 0x066227) is unknown color: approx Crusoe. HEX triplet: 06, 62 and 27. RGB value is (6,98,39). Sum of RGB (Red+Green+Blue) = 6+98+39=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #066227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066227 is #F99DD8. Grayscale: #3F3F3F. Windows color (decimal): -16358873 or 2580998. OLE color: 2580998.

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

Color convert

RGB69839-
CMYK0.9400.600.62
HSL141.52º88.46%20.39%-
HSV(B)141.52º93.88%38.43%-
XYZ4.818.923.39-
YUV63.77114.0286.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 98 (38.67% from 255) = 68.53%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=4.20%
G=68.53%
B=27.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698390.9400.600.62141.5288.4620.39
Hex662275E03C3E8e5814
Octal6142471360747621613024
Binary11011000101001111011110011110011111010001110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066227; }

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

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

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

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

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

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

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

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