#006321

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

Shades of Crusoe #006321

Tints of Crusoe #006321

Color information

#006321 (or 0x006321) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 21. RGB value is (0,99,33). Sum of RGB (Red+Green+Blue) = 0+99+33=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #006321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006321 is #FF9CDE. Grayscale: #3E3E3E. Windows color (decimal): -16751839 or 2188032. OLE color: 2188032.

HSL color Cylindrical-coordinate representation of color #006321: hue angle of 140º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006321 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB09933-
CMYK100.670.61
HSL140º100%19.41%-
HSV(B)140º100%38.82%-
XYZ4.749.032.93-
YUV61.88111.783.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 75%
BLUE value IS 33 (13.28% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09933100.670.6114010019.41
Hex06321640433D8c6413
Octal01434114401037521414423
Binary0110001110000111001000100001111110110001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006321; }

 p { color: rgb(0,99,33); }

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

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

 a { background-color: rgb(0,99,33); }

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

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

 span { border-color: rgb(0,99,33); }

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