Html Css Color HEX #037255 Watercourse

📋 copy color: '#037255'

red 3 ◦ green 114 ◦ blue 85

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

Shades of Watercourse #037255

Tints of Watercourse #037255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 1.49%
G = 56.44%
B = 42.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#037255 (or 0x037255) is known color: Watercourse. HEX triplet: 03, 72 and 55. RGB value is (3,114,85). Sum of RGB (Red+Green+Blue) = 3+114+85=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #037255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037255 is #FC8DAA. Grayscale: #4D4D4D. Windows color (decimal): -16551339 or 5599747. OLE color: 5599747.

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

Color convert

RGB 3 114 85 -
CMYK 0.97 0 0.25 0.55
HSL 164.32º 0.95% 0.23% -
HSV(B) 164.32º 0.97% 0.45% -
XYZ 7.69 12.71 10.64 -
YUV 77.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 3 114 85 0.97 0 0.25 0.55 164.32 0.95 0.23
Hex 3 72 55 61 0 19 37 A4 5F 17
Octal 3 162 125 141 0 31 67 244 137 27
Binary 11 1110010 1010101 1100001 0 11001 110111 10100100 1011111 10111

Color Harmonies of #037255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037255

Black with #037255

Text Example


Text Example

White with #037255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037255; }

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

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

background-color css

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

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

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

border-color css

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

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

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