Html Css Color HEX #037052 Watercourse

📋 copy color: '#037052'

red 3 ◦ green 112 ◦ blue 82

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

Shades of Watercourse #037052

Tints of Watercourse #037052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 1.52%
G = 56.85%
B = 41.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#037052 (or 0x037052) is known color: Watercourse. HEX triplet: 03, 70 and 52. RGB value is (3,112,82). Sum of RGB (Red+Green+Blue) = 3+112+82=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #037052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037052 is #FC8FAD. Grayscale: #4C4C4C. Windows color (decimal): -16551854 or 5402627. OLE color: 5402627.

HSL color Cylindrical-coordinate representation of color #037052: hue angle of 163.49º 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 #037052 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 82 -
CMYK 0.97 0 0.27 0.56
HSL 163.49º 0.95% 0.23% -
HSV(B) 163.49º 0.97% 0.44% -
XYZ 7.35 12.22 9.95 -
YUV 75.99 131.39 75.94 -
System Red Green Blue C M Y K H S L
Decimal 3 112 82 0.97 0 0.27 0.56 163.49 0.95 0.23
Hex 3 70 52 61 0 1B 38 A3 5F 17
Octal 3 160 122 141 0 33 70 243 137 27
Binary 11 1110000 1010010 1100001 0 11011 111000 10100011 1011111 10111

Color Harmonies of #037052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037052

Black with #037052

Text Example


Text Example

White with #037052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037052; }

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

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

background-color css

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

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

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

border-color css

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

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

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