#12512D

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

Shades of Crusoe #12512D

Tints of Crusoe #12512D

Color information

#12512D (or 0x12512D) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 2D. RGB value is (18,81,45). Sum of RGB (Red+Green+Blue) = 18+81+45=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #12512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12512D is #EDAED2. Grayscale: #3A3A3A. Windows color (decimal): -15576787 or 2969874. OLE color: 2969874.

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

Color convert

RGB188145-
CMYK0.7800.440.68
HSL145.71º63.64%19.41%-
HSV(B)145.71º77.78%31.76%-
XYZ3.676.23.49-
YUV58.06120.6399.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=12.5%
G=56.25%
B=31.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881450.7800.440.68145.7163.6419.41
Hex12512D4E02C44924013
Octal221215511605410422210023
Binary10010101000110110110011100101100100010010010010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12512D; }

 p { color: rgb(18,81,45); }

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

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

 a { background-color: rgb(18,81,45); }

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

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

 span { border-color: rgb(18,81,45); }

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