#126952

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

Shades of Watercourse #126952

Tints of Watercourse #126952

Color information

#126952 (or 0x126952) is unknown color: approx Watercourse. HEX triplet: 12, 69 and 52. RGB value is (18,105,82). Sum of RGB (Red+Green+Blue) = 18+105+82=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #126952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126952 is #ED96AD. Grayscale: #4C4C4C. Windows color (decimal): -15570606 or 5400850. OLE color: 5400850.

HSL color Cylindrical-coordinate representation of color #126952: hue angle of 164.14º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126952 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1810582-
CMYK0.8300.220.59
HSL164.14º70.73%24.12%-
HSV(B)164.14º82.86%41.18%-
XYZ6.8210.849.72-
YUV76.36131.1886.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 82 (32.42% from 255) = 40%
R=8.78%
G=51.22%
B=40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18105820.8300.220.59164.1470.7324.12
Hex126952530163Ba44718
Octal221511221230267324410730
Binary1001011010011010010101001101011011101110100100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126952; }

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

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

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

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

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

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

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

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