#12511D

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

Shades of Crusoe #12511D

Tints of Crusoe #12511D

Color information

#12511D (or 0x12511D) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 1D. RGB value is (18,81,29). Sum of RGB (Red+Green+Blue) = 18+81+29=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #12511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12511D is #EDAEE2. Grayscale: #383838. Windows color (decimal): -15576803 or 1921298. OLE color: 1921298.

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

Color convert

RGB188129-
CMYK0.7800.640.68
HSL130.48º63.64%19.41%-
HSV(B)130.48º77.78%31.76%-
XYZ3.416.12.16-
YUV56.23112.63100.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=14.06%
G=63.28%
B=22.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881290.7800.640.68130.4863.6419.41
Hex12511D4E04044824013
Octal2212135116010010420210023
Binary10010101000111101100111001000000100010010000010100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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