#006527

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

Shades of Crusoe #006527

Tints of Crusoe #006527

Color information

#006527 (or 0x006527) is unknown color: approx Crusoe. HEX triplet: 00, 65 and 27. RGB value is (0,101,39). Sum of RGB (Red+Green+Blue) = 0+101+39=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #006527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006527 is #FF9AD8. Grayscale: #3F3F3F. Windows color (decimal): -16751321 or 2581760. OLE color: 2581760.

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

Color convert

RGB010139-
CMYK100.610.60
HSL143.17º100%19.8%-
HSV(B)143.17º100%39.61%-
XYZ5.029.453.48-
YUV63.73114.0482.54-

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) = 72.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=0%
G=72.14%
B=27.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010139100.610.60143.1710019.8
Hex065276403D3C8f6414
Octal0145471440757421714424
Binary011001011001111100100011110111110010001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006527; }

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

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

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

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

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

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

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

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