#12551E

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

Shades of Crusoe #12551E

Tints of Crusoe #12551E

Color information

#12551E (or 0x12551E) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 1E. RGB value is (18,85,30). Sum of RGB (Red+Green+Blue) = 18+85+30=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #12551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12551E is #EDAAE1. Grayscale: #3A3A3A. Windows color (decimal): -15575778 or 1987858. OLE color: 1987858.

HSL color Cylindrical-coordinate representation of color #12551E: hue angle of 130.75º 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 #12551E is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB188530-
CMYK0.7900.650.67
HSL130.75º65.05%20.2%-
HSV(B)130.75º78.82%33.33%-
XYZ3.736.722.33-
YUV58.7111.898.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=13.53%
G=63.91%
B=22.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885300.7900.650.67130.7565.0520.2
Hex12551E4F04143834114
Octal2212536117010110320310124
Binary10010101010111110100111101000001100001110000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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