Html Css Color HEX #047555 Watercourse

📋 copy color: '#047555'

red 4 ◦ green 117 ◦ blue 85

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

Shades of Watercourse #047555

Tints of Watercourse #047555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

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

R = 1.94%
G = 56.8%
B = 41.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#047555 (or 0x047555) is known color: Watercourse. HEX triplet: 04, 75 and 55. RGB value is (4,117,85). Sum of RGB (Red+Green+Blue) = 4+117+85=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #047555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047555 is #FB8AAA. Grayscale: #4F4F4F. Windows color (decimal): -16485035 or 5600516. OLE color: 5600516.

HSL color Cylindrical-coordinate representation of color #047555: hue angle of 163.01º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047555 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 85 -
CMYK 0.97 0 0.27 0.54
HSL 163.01º 0.93% 0.24% -
HSV(B) 163.01º 0.97% 0.46% -
XYZ 8.05 13.4 10.76 -
YUV 79.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 4 117 85 0.97 0 0.27 0.54 163.01 0.93 0.24
Hex 4 75 55 61 0 1B 36 A3 5D 18
Octal 4 165 125 141 0 33 66 243 135 30
Binary 100 1110101 1010101 1100001 0 11011 110110 10100011 1011101 11000

Color Harmonies of #047555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047555

Black with #047555

Text Example


Text Example

White with #047555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047555; }

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

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

background-color css

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

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

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

border-color css

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

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

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