Html Css Color HEX #037248 Watercourse

📋 copy color: '#037248'

red 3 ◦ green 114 ◦ blue 72

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

Shades of Watercourse #037248

Tints of Watercourse #037248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 1.59%
G = 60.32%
B = 38.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#037248 (or 0x037248) is known color: Watercourse. HEX triplet: 03, 72 and 48. RGB value is (3,114,72). Sum of RGB (Red+Green+Blue) = 3+114+72=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #037248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037248 is #FC8DB7. Grayscale: #4C4C4C. Windows color (decimal): -16551352 or 4747779. OLE color: 4747779.

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

Color convert

RGB 3 114 72 -
CMYK 0.97 0 0.37 0.55
HSL 157.3º 0.95% 0.23% -
HSV(B) 157.3º 0.97% 0.45% -
XYZ 7.22 12.52 8.17 -
YUV 76.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 3 114 72 0.97 0 0.37 0.55 157.3 0.95 0.23
Hex 3 72 48 61 0 25 37 9D 5F 17
Octal 3 162 110 141 0 45 67 235 137 27
Binary 11 1110010 1001000 1100001 0 100101 110111 10011101 1011111 10111

Color Harmonies of #037248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037248

Black with #037248

Text Example


Text Example

White with #037248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037248; }

 p { color: rgb(3,114,72); }

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

background-color css

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

 a { background-color: rgb(3,114,72); }

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

border-color css

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

 span { border-color: rgb(3,114,72); }

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