#126A52

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

Shades of Watercourse #126A52

Tints of Watercourse #126A52

Color information

#126A52 (or 0x126A52) is unknown color: approx Watercourse. HEX triplet: 12, 6A and 52. RGB value is (18,106,82). Sum of RGB (Red+Green+Blue) = 18+106+82=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #126A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A52 is #ED95AD. Grayscale: #4C4C4C. Windows color (decimal): -15570350 or 5401106. OLE color: 5401106.

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

Color convert

RGB1810682-
CMYK0.8300.230.58
HSL163.64º70.97%24.31%-
HSV(B)163.64º83.02%41.57%-
XYZ6.9311.059.75-
YUV76.95130.8585.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=8.74%
G=51.46%
B=39.81%

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
Decimal18106820.8300.230.58163.6470.9724.31
Hex126A52530173Aa44718
Octal221521221230277224410730
Binary1001011010101010010101001101011111101010100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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