#12501D

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

Shades of Crusoe #12501D

Tints of Crusoe #12501D

Color information

#12501D (or 0x12501D) is unknown color: approx Crusoe. HEX triplet: 12, 50 and 1D. RGB value is (18,80,29). Sum of RGB (Red+Green+Blue) = 18+80+29=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #12501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12501D is #EDAFE2. Grayscale: #373737. Windows color (decimal): -15577059 or 1921042. OLE color: 1921042.

HSL color Cylindrical-coordinate representation of color #12501D: hue angle of 130.65º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12501D is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB188029-
CMYK0.7800.640.69
HSL130.65º63.27%19.22%-
HSV(B)130.65º77.5%31.37%-
XYZ3.345.952.14-
YUV55.65112.96101.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 80 (31.64% from 255) = 62.99%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=14.17%
G=62.99%
B=22.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1880290.7800.640.69130.6563.2719.22
Hex12501D4E04045833f13
Octal221203511601001052037723
Binary1001010100001110110011100100000010001011000001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,80,29); }

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

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

 a { background-color: rgb(18,80,29); }

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

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

 span { border-color: rgb(18,80,29); }

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