#12632E

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

Shades of Crusoe #12632E

Tints of Crusoe #12632E

Color information

#12632E (or 0x12632E) is unknown color: approx Crusoe. HEX triplet: 12, 63 and 2E. RGB value is (18,99,46). Sum of RGB (Red+Green+Blue) = 18+99+46=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #12632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12632E is #ED9CD1. Grayscale: #444444. Windows color (decimal): -15572178 or 3040018. OLE color: 3040018.

HSL color Cylindrical-coordinate representation of color #12632E: hue angle of 140.74º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12632E is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB189946-
CMYK0.8200.540.61
HSL140.74º69.23%22.94%-
HSV(B)140.74º81.82%38.82%-
XYZ5.29.254.1-
YUV68.74115.1691.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=11.04%
G=60.74%
B=28.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899460.8200.540.61140.7469.2322.94
Hex12632E520363D8d4517
Octal22143561220667521510527
Binary1001011000111011101010010011011011110110001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,99,46); }

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

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

 a { background-color: rgb(18,99,46); }

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

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

 span { border-color: rgb(18,99,46); }

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