#006524

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

Shades of Crusoe #006524

Tints of Crusoe #006524

Color information

#006524 (or 0x006524) is unknown color: approx Crusoe. HEX triplet: 00, 65 and 24. RGB value is (0,101,36). Sum of RGB (Red+Green+Blue) = 0+101+36=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 101 (39.84% from 255 or 73.72% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 101 - color contains mainly: green. Hex color #006524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006524 is #FF9ADB. Grayscale: #3F3F3F. Windows color (decimal): -16751324 or 2385152. OLE color: 2385152.

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

Color convert

RGB010136-
CMYK100.640.60
HSL141.39º100%19.8%-
HSV(B)141.39º100%39.61%-
XYZ4.979.433.23-
YUV63.39112.5482.79-

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) = 73.72%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=0%
G=73.72%
B=26.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010136100.640.60141.3910019.8
Hex06524640403C8d6414
Octal01454414401007421514424
Binary0110010110010011001000100000011110010001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006524; }

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

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

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

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

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

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

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

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