#06622F

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

Shades of Crusoe #06622F

Tints of Crusoe #06622F

Color information

#06622F (or 0x06622F) is unknown color: approx Crusoe. HEX triplet: 06, 62 and 2F. RGB value is (6,98,47). Sum of RGB (Red+Green+Blue) = 6+98+47=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #06622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06622F is #F99DD0. Grayscale: #404040. Windows color (decimal): -16358865 or 3105286. OLE color: 3105286.

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

Color convert

RGB69847-
CMYK0.9400.520.62
HSL146.74º88.46%20.39%-
HSV(B)146.74º93.88%38.43%-
XYZ4.968.984.16-
YUV64.68118.0286.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=3.97%
G=64.90%
B=31.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal698470.9400.520.62146.7488.4620.39
Hex6622F5E0343E935814
Octal6142571360647622313024
Binary11011000101011111011110011010011111010010011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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