#006628

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

Shades of Crusoe #006628

Tints of Crusoe #006628

Color information

#006628 (or 0x006628) is unknown color: approx Crusoe. HEX triplet: 00, 66 and 28. RGB value is (0,102,40). Sum of RGB (Red+Green+Blue) = 0+102+40=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #006628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006628 is #FF99D7. Grayscale: #404040. Windows color (decimal): -16751064 or 2647552. OLE color: 2647552.

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

Color convert

RGB010240-
CMYK100.610.6
HSL143.53º100%20%-
HSV(B)143.53º100%40%-
XYZ5.139.663.6-
YUV64.43114.2182.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=0%
G=71.83%
B=28.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010240100.610.6143.5310020
Hex066286403D3C906414
Octal0146501440757422014424
Binary011001101010001100100011110111110010010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006628; }

 p { color: rgb(0,102,40); }

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

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

 a { background-color: rgb(0,102,40); }

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

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

 span { border-color: rgb(0,102,40); }

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