#06632A

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

Shades of Crusoe #06632A

Tints of Crusoe #06632A

Color information

#06632A (or 0x06632A) is unknown color: approx Crusoe. HEX triplet: 06, 63 and 2A. RGB value is (6,99,42). Sum of RGB (Red+Green+Blue) = 6+99+42=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 99 (39.06% from 255 or 67.35% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 99 - color contains mainly: green. Hex color #06632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06632A is #F99CD5. Grayscale: #404040. Windows color (decimal): -16358614 or 2777862. OLE color: 2777862.

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

Color convert

RGB69942-
CMYK0.9400.580.61
HSL143.23º88.57%20.59%-
HSV(B)143.23º93.94%38.82%-
XYZ4.959.133.69-
YUV64.69115.1986.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 99 (39.06% from 255) = 67.35%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=4.08%
G=67.35%
B=28.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699420.9400.580.61143.2388.5720.59
Hex6632A5E03A3D8f5915
Octal6143521360727521713125
Binary11011000111010101011110011101011110110001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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