#12551C

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

Shades of Crusoe #12551C

Tints of Crusoe #12551C

Color information

#12551C (or 0x12551C) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 1C. RGB value is (18,85,28). Sum of RGB (Red+Green+Blue) = 18+85+28=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #12551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551C is #EDAAE3. Grayscale: #3A3A3A. Windows color (decimal): -15575780 or 1856786. OLE color: 1856786.

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

Color convert

RGB188528-
CMYK0.7900.670.67
HSL128.96º65.05%20.2%-
HSV(B)128.96º78.82%33.33%-
XYZ3.716.712.2-
YUV58.47110.899.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=13.74%
G=64.89%
B=21.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885280.7900.670.67128.9665.0520.2
Hex12551C4F04343814114
Octal2212534117010310320110124
Binary10010101010111100100111101000011100001110000001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12551C; }

 p { color: rgb(18,85,28); }

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

<style>
 a { background-color: #12551C; }

 a { background-color: rgb(18,85,28); }

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

<style>
 span { border-color: #12551C; }

 span { border-color: rgb(18,85,28); }

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