Html Css Color HEX #126D52 Watercourse

📋 copy color: '#126D52'

red 18 ◦ green 109 ◦ blue 82

#126D52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #126D52

Tints of Watercourse #126D52

RGB

 RED value IS 18 (7.42% from 255) = 8.61%

 GREEN value IS 109 (42.97% from 255) = 52.15%

 BLUE value IS 82 (32.42% from 255) = 39.23%

R = 8.61%
G = 52.15%
B = 39.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#126D52 (or 0x126D52) is known color: Watercourse. HEX triplet: 12, 6D and 52. RGB value is (18,109,82). Sum of RGB (Red+Green+Blue) = 18+109+82=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #126D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D52 is #ED92AD. Grayscale: #4E4E4E. Windows color (decimal): -15569582 or 5401874. OLE color: 5401874.

HSL color Cylindrical-coordinate representation of color #126D52: hue angle of 162.2º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126D52 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 109 82 -
CMYK 0.83 0 0.25 0.57
HSL 162.2º 0.72% 0.25% -
HSV(B) 162.2º 0.83% 0.43% -
XYZ 7.24 11.68 9.85 -
YUV 78.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 18 109 82 0.83 0 0.25 0.57 162.2 0.72 0.25
Hex 12 6D 52 53 0 19 39 A2 48 19
Octal 22 155 122 123 0 31 71 242 110 31
Binary 10010 1101101 1010010 1010011 0 11001 111001 10100010 1001000 11001

Color Harmonies of #126D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D52

Black with #126D52

Text Example


Text Example

White with #126D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126D52;
 }
 .AnyTagClassName
 {
   color: #126D52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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