Html Css Color HEX #037F4C Watercourse

📋 copy color: '#037F4C'

red 3 ◦ green 127 ◦ blue 76

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

Shades of Watercourse #037F4C

Tints of Watercourse #037F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 1.46%
G = 61.65%
B = 36.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#037F4C (or 0x037F4C) is known color: Watercourse. HEX triplet: 03, 7F and 4C. RGB value is (3,127,76). Sum of RGB (Red+Green+Blue) = 3+127+76=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #037F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037F4C is #FC80B3. Grayscale: #545454. Windows color (decimal): -16548020 or 5013251. OLE color: 5013251.

HSL color Cylindrical-coordinate representation of color #037F4C: hue angle of 155.32º 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 #037F4C is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 127 76 -
CMYK 0.98 0 0.40 0.50
HSL 155.32º 0.95% 0.25% -
HSV(B) 155.32º 0.98% 0.5% -
XYZ 8.93 15.72 9.4 -
YUV 84.11 123.42 70.15 -
System Red Green Blue C M Y K H S L
Decimal 3 127 76 0.98 0 0.40 0.50 155.32 0.95 0.25
Hex 3 7F 4C 62 0 28 32 9B 5F 19
Octal 3 177 114 142 0 50 62 233 137 31
Binary 11 1111111 1001100 1100010 0 101000 110010 10011011 1011111 11001

Color Harmonies of #037F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037F4C

Black with #037F4C

Text Example


Text Example

White with #037F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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