#12512B

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

Shades of Crusoe #12512B

Tints of Crusoe #12512B

Color information

#12512B (or 0x12512B) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 2B. RGB value is (18,81,43). Sum of RGB (Red+Green+Blue) = 18+81+43=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #12512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12512B is #EDAED4. Grayscale: #393939. Windows color (decimal): -15576789 or 2838802. OLE color: 2838802.

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

Color convert

RGB188143-
CMYK0.7800.470.68
HSL143.81º63.64%19.41%-
HSV(B)143.81º77.78%31.76%-
XYZ3.636.193.29-
YUV57.83119.6399.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 81 (32.03% from 255) = 57.04%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=12.68%
G=57.04%
B=30.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881430.7800.470.68143.8163.6419.41
Hex12512B4E02F44904013
Octal221215311605710422010023
Binary10010101000110101110011100101111100010010010000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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