#12541E

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

Shades of Crusoe #12541E

Tints of Crusoe #12541E

Color information

#12541E (or 0x12541E) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 1E. RGB value is (18,84,30). Sum of RGB (Red+Green+Blue) = 18+84+30=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #12541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12541E is #EDABE1. Grayscale: #3A3A3A. Windows color (decimal): -15576034 or 1987602. OLE color: 1987602.

HSL color Cylindrical-coordinate representation of color #12541E: hue angle of 130.91º 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 #12541E is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB188430-
CMYK0.7900.640.67
HSL130.91º64.71%20%-
HSV(B)130.91º78.57%32.94%-
XYZ3.656.562.3-
YUV58.11112.1399.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=13.64%
G=63.64%
B=22.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884300.7900.640.67130.9164.7120
Hex12541E4F04043834114
Octal2212436117010010320310124
Binary10010101010011110100111101000000100001110000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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