#006952

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

Shades of Watercourse #006952

Tints of Watercourse #006952

Color information

#006952 (or 0x006952) is unknown color: approx Watercourse. HEX triplet: 00, 69 and 52. RGB value is (0,105,82). Sum of RGB (Red+Green+Blue) = 0+105+82=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #006952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006952 is #FF96AD. Grayscale: #464646. Windows color (decimal): -16750254 or 5400832. OLE color: 5400832.

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

Color convert

RGB010582-
CMYK100.220.59
HSL166.86º100%20.59%-
HSV(B)166.86º100%41.18%-
XYZ6.5710.719.7-
YUV70.98134.2177.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 56.15%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=0%
G=56.15%
B=43.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010582100.220.59166.8610020.59
Hex06952640163Ba76415
Octal01511221440267324714425
Binary011010011010010110010001011011101110100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006952; }

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

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

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

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

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

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

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

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