Html Css Color HEX #047955 Watercourse

📋 copy color: '#047955'

red 4 ◦ green 121 ◦ blue 85

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

Shades of Watercourse #047955

Tints of Watercourse #047955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.62%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 1.9%
G = 57.62%
B = 40.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#047955 (or 0x047955) is known color: Watercourse. HEX triplet: 04, 79 and 55. RGB value is (4,121,85). Sum of RGB (Red+Green+Blue) = 4+121+85=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #047955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047955 is #FB86AA. Grayscale: #515151. Windows color (decimal): -16484011 or 5601540. OLE color: 5601540.

HSL color Cylindrical-coordinate representation of color #047955: hue angle of 161.54º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047955 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 121 85 -
CMYK 0.97 0 0.30 0.53
HSL 161.54º 0.94% 0.25% -
HSV(B) 161.54º 0.97% 0.47% -
XYZ 8.53 14.36 10.92 -
YUV 81.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 4 121 85 0.97 0 0.30 0.53 161.54 0.94 0.25
Hex 4 79 55 61 0 1E 35 A2 5E 19
Octal 4 171 125 141 0 36 65 242 136 31
Binary 100 1111001 1010101 1100001 0 11110 110101 10100010 1011110 11001

Color Harmonies of #047955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047955

Black with #047955

Text Example


Text Example

White with #047955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047955; }

 p { color: rgb(4,121,85); }

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

background-color css

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

 a { background-color: rgb(4,121,85); }

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

border-color css

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

 span { border-color: rgb(4,121,85); }

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