#12632F

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

Shades of Crusoe #12632F

Tints of Crusoe #12632F

Color information

#12632F (or 0x12632F) is unknown color: approx Crusoe. HEX triplet: 12, 63 and 2F. RGB value is (18,99,47). Sum of RGB (Red+Green+Blue) = 18+99+47=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #12632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12632F is #ED9CD0. Grayscale: #444444. Windows color (decimal): -15572177 or 3105554. OLE color: 3105554.

HSL color Cylindrical-coordinate representation of color #12632F: hue angle of 141.48º 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 #12632F is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB189947-
CMYK0.8200.530.61
HSL141.48º69.23%22.94%-
HSV(B)141.48º81.82%38.82%-
XYZ5.229.264.2-
YUV68.85115.6691.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=10.98%
G=60.37%
B=28.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899470.8200.530.61141.4869.2322.94
Hex12632F520353D8d4517
Octal22143571220657521510527
Binary1001011000111011111010010011010111110110001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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