#12522B

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

Shades of Crusoe #12522B

Tints of Crusoe #12522B

Color information

#12522B (or 0x12522B) is unknown color: approx Crusoe. HEX triplet: 12, 52 and 2B. RGB value is (18,82,43). Sum of RGB (Red+Green+Blue) = 18+82+43=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #12522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12522B is #EDADD4. Grayscale: #3A3A3A. Windows color (decimal): -15576533 or 2839058. OLE color: 2839058.

HSL color Cylindrical-coordinate representation of color #12522B: hue angle of 143.44º 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 #12522B is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB188243-
CMYK0.7800.480.68
HSL143.44º64%19.61%-
HSV(B)143.44º78.05%32.16%-
XYZ3.76.343.31-
YUV58.42119.399.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=12.59%
G=57.34%
B=30.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882430.7800.480.68143.446419.61
Hex12522B4E030448f4014
Octal221225311606010421710024
Binary10010101001010101110011100110000100010010001111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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