#006221

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

Shades of Crusoe #006221

Tints of Crusoe #006221

Color information

#006221 (or 0x006221) is unknown color: approx Crusoe. HEX triplet: 00, 62 and 21. RGB value is (0,98,33). Sum of RGB (Red+Green+Blue) = 0+98+33=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #006221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006221 is #FF9DDE. Grayscale: #3D3D3D. Windows color (decimal): -16752095 or 2187776. OLE color: 2187776.

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

Color convert

RGB09833-
CMYK100.660.62
HSL140.2º100%19.22%-
HSV(B)140.2º100%38.43%-
XYZ4.648.852.9-
YUV61.29112.0384.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 74.81%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=0%
G=74.81%
B=25.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09833100.660.62140.210019.22
Hex06221640423E8c6413
Octal01424114401027621414423
Binary0110001010000111001000100001011111010001100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006221; }

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

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

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

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

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

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

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

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