#12561D

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

Shades of Crusoe #12561D

Tints of Crusoe #12561D

Color information

#12561D (or 0x12561D) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 1D. RGB value is (18,86,29). Sum of RGB (Red+Green+Blue) = 18+86+29=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #12561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12561D is #EDA9E2. Grayscale: #3B3B3B. Windows color (decimal): -15575523 or 1922578. OLE color: 1922578.

HSL color Cylindrical-coordinate representation of color #12561D: hue angle of 129.71º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12561D is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB188629-
CMYK0.7900.660.66
HSL129.71º65.38%20.39%-
HSV(B)129.71º79.07%33.73%-
XYZ3.86.872.29-
YUV59.17110.9798.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 86 (33.98% from 255) = 64.66%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=13.53%
G=64.66%
B=21.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886290.7900.660.66129.7165.3820.39
Hex12561D4F04242824114
Octal2212635117010210220210124
Binary10010101011011101100111101000010100001010000010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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