#006528

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

Shades of Crusoe #006528

Tints of Crusoe #006528

Color information

#006528 (or 0x006528) is unknown color: approx Crusoe. HEX triplet: 00, 65 and 28. RGB value is (0,101,40). Sum of RGB (Red+Green+Blue) = 0+101+40=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #006528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006528 is #FF9AD7. Grayscale: #3F3F3F. Windows color (decimal): -16751320 or 2647296. OLE color: 2647296.

HSL color Cylindrical-coordinate representation of color #006528: hue angle of 143.76º 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 #006528 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB010140-
CMYK100.600.60
HSL143.76º100%19.8%-
HSV(B)143.76º100%39.61%-
XYZ5.049.463.57-
YUV63.85114.5482.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 71.63%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=0%
G=71.63%
B=28.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010140100.600.60143.7610019.8
Hex065286403C3C906414
Octal0145501440747422014424
Binary011001011010001100100011110011110010010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006528; }

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

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

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

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

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

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

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

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