#12541C

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

Shades of Crusoe #12541C

Tints of Crusoe #12541C

Color information

#12541C (or 0x12541C) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 1C. RGB value is (18,84,28). Sum of RGB (Red+Green+Blue) = 18+84+28=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #12541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12541C is #EDABE3. Grayscale: #3A3A3A. Windows color (decimal): -15576036 or 1856530. OLE color: 1856530.

HSL color Cylindrical-coordinate representation of color #12541C: hue angle of 129.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12541C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB188428-
CMYK0.7900.670.67
HSL129.09º64.71%20%-
HSV(B)129.09º78.57%32.94%-
XYZ3.636.552.17-
YUV57.88111.1399.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 84 (33.20% from 255) = 64.62%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=13.85%
G=64.62%
B=21.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884280.7900.670.67129.0964.7120
Hex12541C4F04343814114
Octal2212434117010310320110124
Binary10010101010011100100111101000011100001110000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,84,28); }

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

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

 a { background-color: rgb(18,84,28); }

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

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

 span { border-color: rgb(18,84,28); }

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