Html Css Color HEX #047855 Watercourse

📋 copy color: '#047855'

red 4 ◦ green 120 ◦ blue 85

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

Shades of Watercourse #047855

Tints of Watercourse #047855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.42%

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

R = 1.91%
G = 57.42%
B = 40.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#047855 (or 0x047855) is known color: Watercourse. HEX triplet: 04, 78 and 55. RGB value is (4,120,85). Sum of RGB (Red+Green+Blue) = 4+120+85=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #047855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047855 is #FB87AA. Grayscale: #515151. Windows color (decimal): -16484267 or 5601284. OLE color: 5601284.

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

Color convert

RGB 4 120 85 -
CMYK 0.97 0 0.29 0.53
HSL 161.9º 0.94% 0.24% -
HSV(B) 161.9º 0.97% 0.47% -
XYZ 8.41 14.11 10.88 -
YUV 81.33 130.07 72.85 -
System Red Green Blue C M Y K H S L
Decimal 4 120 85 0.97 0 0.29 0.53 161.9 0.94 0.24
Hex 4 78 55 61 0 1D 35 A2 5E 18
Octal 4 170 125 141 0 35 65 242 136 30
Binary 100 1111000 1010101 1100001 0 11101 110101 10100010 1011110 11000

Color Harmonies of #047855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047855

Black with #047855

Text Example


Text Example

White with #047855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047855; }

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

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

background-color css

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

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

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

border-color css

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

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

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