Html Css Color HEX #106452 Watercourse

📋 copy color: '#106452'

red 16 ◦ green 100 ◦ blue 82

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

Shades of Watercourse #106452

Tints of Watercourse #106452

RGB

 RED value IS 16 (6.64% from 255) = 8.08%

 GREEN value IS 100 (39.45% from 255) = 50.51%

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

R = 8.08%
G = 50.51%
B = 41.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#106452 (or 0x106452) is known color: Watercourse. HEX triplet: 10, 64 and 52. RGB value is (16,100,82). Sum of RGB (Red+Green+Blue) = 16+100+82=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #106452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106452 is #EF9BAD. Grayscale: #484848. Windows color (decimal): -15702958 or 5399568. OLE color: 5399568.

HSL color Cylindrical-coordinate representation of color #106452: hue angle of 167.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106452 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 100 82 -
CMYK 0.84 0 0.18 0.61
HSL 167.14º 0.72% 0.23% -
HSV(B) 167.14º 0.84% 0.39% -
XYZ 6.29 9.83 9.55 -
YUV 72.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 16 100 82 0.84 0 0.18 0.61 167.14 0.72 0.23
Hex 10 64 52 54 0 12 3D A7 48 17
Octal 20 144 122 124 0 22 75 247 110 27
Binary 10000 1100100 1010010 1010100 0 10010 111101 10100111 1001000 10111

Color Harmonies of #106452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106452

Black with #106452

Text Example


Text Example

White with #106452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106452; }

 p { color: rgb(16,100,82); }

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

background-color css

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

 a { background-color: rgb(16,100,82); }

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

border-color css

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

 span { border-color: rgb(16,100,82); }

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