#066324

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

Shades of Crusoe #066324

Tints of Crusoe #066324

Color information

#066324 (or 0x066324) is unknown color: approx Crusoe. HEX triplet: 06, 63 and 24. RGB value is (6,99,36). Sum of RGB (Red+Green+Blue) = 6+99+36=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #066324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066324 is #F99CDB. Grayscale: #404040. Windows color (decimal): -16358620 or 2384646. OLE color: 2384646.

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

Color convert

RGB69936-
CMYK0.9400.640.61
HSL139.35º88.57%20.59%-
HSV(B)139.35º93.94%38.82%-
XYZ4.869.093.17-
YUV64.01112.1986.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=4.26%
G=70.21%
B=25.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699360.9400.640.61139.3588.5720.59
Hex663245E0403D8b5915
Octal61434413601007521313125
Binary110110001110010010111100100000011110110001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066324; }

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

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

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

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

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

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

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

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