Html Css Color HEX #037053 Watercourse

📋 copy color: '#037053'

red 3 ◦ green 112 ◦ blue 83

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

Shades of Watercourse #037053

Tints of Watercourse #037053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 1.52%
G = 56.57%
B = 41.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#037053 (or 0x037053) is known color: Watercourse. HEX triplet: 03, 70 and 53. RGB value is (3,112,83). Sum of RGB (Red+Green+Blue) = 3+112+83=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #037053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037053 is #FC8FAC. Grayscale: #4C4C4C. Windows color (decimal): -16551853 or 5468163. OLE color: 5468163.

HSL color Cylindrical-coordinate representation of color #037053: hue angle of 164.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037053 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 83 -
CMYK 0.97 0 0.26 0.56
HSL 164.04º 0.95% 0.23% -
HSV(B) 164.04º 0.97% 0.44% -
XYZ 7.39 12.23 10.16 -
YUV 76.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 3 112 83 0.97 0 0.26 0.56 164.04 0.95 0.23
Hex 3 70 53 61 0 1A 38 A4 5F 17
Octal 3 160 123 141 0 32 70 244 137 27
Binary 11 1110000 1010011 1100001 0 11010 111000 10100100 1011111 10111

Color Harmonies of #037053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037053

Black with #037053

Text Example


Text Example

White with #037053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037053; }

 p { color: rgb(3,112,83); }

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

background-color css

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

 a { background-color: rgb(3,112,83); }

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

border-color css

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

 span { border-color: rgb(3,112,83); }

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