#126B52

Color #126B52 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #126B52

Tints of Watercourse #126B52

Color information

#126B52 (or 0x126B52) is unknown color: approx Watercourse. HEX triplet: 12, 6B and 52. RGB value is (18,107,82). Sum of RGB (Red+Green+Blue) = 18+107+82=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #126B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B52 is #ED94AD. Grayscale: #4D4D4D. Windows color (decimal): -15570094 or 5401362. OLE color: 5401362.

HSL color Cylindrical-coordinate representation of color #126B52: hue angle of 163.15º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B52 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1810782-
CMYK0.8300.230.58
HSL163.15º71.2%24.51%-
HSV(B)163.15º83.18%41.96%-
XYZ7.0311.259.78-
YUV77.54130.5185.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 107 (42.19% from 255) = 51.69%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=8.70%
G=51.69%
B=39.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107820.8300.230.58163.1571.224.51
Hex126B52530173Aa34719
Octal221531221230277224310731
Binary1001011010111010010101001101011111101010100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126B52; }

 p { color: rgb(18,107,82); }

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

<style>
 a { background-color: #126B52; }

 a { background-color: rgb(18,107,82); }

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

<style>
 span { border-color: #126B52; }

 span { border-color: rgb(18,107,82); }

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