#12522C

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

Shades of Crusoe #12522C

Tints of Crusoe #12522C

Color information

#12522C (or 0x12522C) is unknown color: approx Crusoe. HEX triplet: 12, 52 and 2C. RGB value is (18,82,44). Sum of RGB (Red+Green+Blue) = 18+82+44=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #12522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12522C is #EDADD3. Grayscale: #3A3A3A. Windows color (decimal): -15576532 or 2904594. OLE color: 2904594.

HSL color Cylindrical-coordinate representation of color #12522C: hue angle of 144.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12522C is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB188244-
CMYK0.7800.460.68
HSL144.38º64%19.61%-
HSV(B)144.38º78.05%32.16%-
XYZ3.726.353.41-
YUV58.53119.899.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 82 (32.42% from 255) = 56.94%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=12.5%
G=56.94%
B=30.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882440.7800.460.68144.386419.61
Hex12522C4E02E44904014
Octal221225411605610422010024
Binary10010101001010110010011100101110100010010010000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12522C; }

 p { color: rgb(18,82,44); }

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

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

 a { background-color: rgb(18,82,44); }

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

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

 span { border-color: rgb(18,82,44); }

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