Html Css Color HEX #047755 Watercourse

📋 copy color: '#047755'

red 4 ◦ green 119 ◦ blue 85

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

Shades of Watercourse #047755

Tints of Watercourse #047755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.21%

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

R = 1.92%
G = 57.21%
B = 40.87%

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

#047755 (or 0x047755) is known color: Watercourse. HEX triplet: 04, 77 and 55. RGB value is (4,119,85). Sum of RGB (Red+Green+Blue) = 4+119+85=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #047755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047755 is #FB88AA. Grayscale: #505050. Windows color (decimal): -16484523 or 5601028. OLE color: 5601028.

HSL color Cylindrical-coordinate representation of color #047755: hue angle of 162.26º degrees, saturation: 0.93, 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 #047755 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 119 85 -
CMYK 0.97 0 0.29 0.53
HSL 162.26º 0.93% 0.24% -
HSV(B) 162.26º 0.97% 0.47% -
XYZ 8.29 13.88 10.84 -
YUV 80.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 4 119 85 0.97 0 0.29 0.53 162.26 0.93 0.24
Hex 4 77 55 61 0 1D 35 A2 5D 18
Octal 4 167 125 141 0 35 65 242 135 30
Binary 100 1110111 1010101 1100001 0 11101 110101 10100010 1011101 11000

Color Harmonies of #047755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047755

Black with #047755

Text Example


Text Example

White with #047755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047755; }

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

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

background-color css

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

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

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

border-color css

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

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

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