Html Css Color HEX #046952 Watercourse

📋 copy color: '#046952'

red 4 ◦ green 105 ◦ blue 82

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

Shades of Watercourse #046952

Tints of Watercourse #046952

RGB

 RED value IS 4 (1.95% from 255) = 2.09%

 GREEN value IS 105 (41.41% from 255) = 54.97%

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

R = 2.09%
G = 54.97%
B = 42.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#046952 (or 0x046952) is known color: Watercourse. HEX triplet: 04, 69 and 52. RGB value is (4,105,82). Sum of RGB (Red+Green+Blue) = 4+105+82=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #046952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046952 is #FB96AD. Grayscale: #484848. Windows color (decimal): -16488110 or 5400836. OLE color: 5400836.

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

Color convert

RGB 4 105 82 -
CMYK 0.96 0 0.22 0.59
HSL 166.34º 0.93% 0.21% -
HSV(B) 166.34º 0.96% 0.41% -
XYZ 6.62 10.74 9.71 -
YUV 72.18 133.54 79.37 -
System Red Green Blue C M Y K H S L
Decimal 4 105 82 0.96 0 0.22 0.59 166.34 0.93 0.21
Hex 4 69 52 60 0 16 3B A6 5D 15
Octal 4 151 122 140 0 26 73 246 135 25
Binary 100 1101001 1010010 1100000 0 10110 111011 10100110 1011101 10101

Color Harmonies of #046952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046952

Black with #046952

Text Example


Text Example

White with #046952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046952; }

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

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

background-color css

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

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

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

border-color css

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

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

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