#067329

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

Shades of Crusoe #067329

Tints of Crusoe #067329

Color information

#067329 (or 0x067329) is unknown color: approx Crusoe. HEX triplet: 06, 73 and 29. RGB value is (6,115,41). Sum of RGB (Red+Green+Blue) = 6+115+41=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #067329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067329 is #F98CD6. Grayscale: #4A4A4A. Windows color (decimal): -16354519 or 2716422. OLE color: 2716422.

HSL color Cylindrical-coordinate representation of color #067329: hue angle of 139.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067329 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB611541-
CMYK0.9500.640.55
HSL139.27º90.08%23.73%-
HSV(B)139.27º94.78%45.1%-
XYZ6.6112.464.15-
YUV73.97109.3979.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 115 (45.31% from 255) = 70.99%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=3.70%
G=70.99%
B=25.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115410.9500.640.55139.2790.0823.73
Hex673295F040378b5a18
Octal61635113701006721313230
Binary110111001110100110111110100000011011110001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067329; }

 p { color: rgb(6,115,41); }

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

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

 a { background-color: rgb(6,115,41); }

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

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

 span { border-color: rgb(6,115,41); }

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