#06622A

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

Shades of Crusoe #06622A

Tints of Crusoe #06622A

Color information

#06622A (or 0x06622A) is unknown color: approx Crusoe. HEX triplet: 06, 62 and 2A. RGB value is (6,98,42). Sum of RGB (Red+Green+Blue) = 6+98+42=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #06622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06622A is #F99DD5. Grayscale: #404040. Windows color (decimal): -16358870 or 2777606. OLE color: 2777606.

HSL color Cylindrical-coordinate representation of color #06622A: hue angle of 143.48º 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 #06622A is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB69842-
CMYK0.9400.570.62
HSL143.48º88.46%20.39%-
HSV(B)143.48º93.88%38.43%-
XYZ4.868.943.66-
YUV64.11115.5286.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 98 (38.67% from 255) = 67.12%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=4.11%
G=67.12%
B=28.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698420.9400.570.62143.4888.4620.39
Hex6622A5E0393E8f5814
Octal6142521360717621713024
Binary11011000101010101011110011100111111010001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06622A; }

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

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

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

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

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

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

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

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