Html Css Color HEX #037F4D Watercourse

📋 copy color: '#037F4D'

red 3 ◦ green 127 ◦ blue 77

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

Shades of Watercourse #037F4D

Tints of Watercourse #037F4D

RGB

 RED value IS 3 (1.56% from 255) = 1.45%

 GREEN value IS 127 (50% from 255) = 61.35%

 BLUE value IS 77 (30.47% from 255) = 37.2%

R = 1.45%
G = 61.35%
B = 37.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#037F4D (or 0x037F4D) is known color: Watercourse. HEX triplet: 03, 7F and 4D. RGB value is (3,127,77). Sum of RGB (Red+Green+Blue) = 3+127+77=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #037F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F4D is #FC80B2. Grayscale: #545454. Windows color (decimal): -16548019 or 5078787. OLE color: 5078787.

HSL color Cylindrical-coordinate representation of color #037F4D: hue angle of 155.81º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037F4D is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 127 77 -
CMYK 0.98 0 0.39 0.50
HSL 155.81º 0.95% 0.25% -
HSV(B) 155.81º 0.98% 0.5% -
XYZ 8.97 15.73 9.59 -
YUV 84.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 3 127 77 0.98 0 0.39 0.50 155.81 0.95 0.25
Hex 3 7F 4D 62 0 27 32 9C 5F 19
Octal 3 177 115 142 0 47 62 234 137 31
Binary 11 1111111 1001101 1100010 0 100111 110010 10011100 1011111 11001

Color Harmonies of #037F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F4D

Black with #037F4D

Text Example


Text Example

White with #037F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037F4D; }

 p { color: rgb(3,127,77); }

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

background-color css

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

 a { background-color: rgb(3,127,77); }

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

border-color css

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

 span { border-color: rgb(3,127,77); }

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