Html Css Color HEX #03754D Watercourse

📋 copy color: '#03754D'

red 3 ◦ green 117 ◦ blue 77

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

Shades of Watercourse #03754D

Tints of Watercourse #03754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.39%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 1.52%
G = 59.39%
B = 39.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#03754D (or 0x03754D) is known color: Watercourse. HEX triplet: 03, 75 and 4D. RGB value is (3,117,77). Sum of RGB (Red+Green+Blue) = 3+117+77=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #03754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03754D is #FC8AB2. Grayscale: #4E4E4E. Windows color (decimal): -16550579 or 5076227. OLE color: 5076227.

HSL color Cylindrical-coordinate representation of color #03754D: hue angle of 158.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03754D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 77 -
CMYK 0.97 0 0.34 0.54
HSL 158.95º 0.95% 0.24% -
HSV(B) 158.95º 0.97% 0.46% -
XYZ 7.74 13.28 9.18 -
YUV 78.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 3 117 77 0.97 0 0.34 0.54 158.95 0.95 0.24
Hex 3 75 4D 61 0 22 36 9F 5F 18
Octal 3 165 115 141 0 42 66 237 137 30
Binary 11 1110101 1001101 1100001 0 100010 110110 10011111 1011111 11000

Color Harmonies of #03754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03754D

Black with #03754D

Text Example


Text Example

White with #03754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03754D; }

 p { color: rgb(3,117,77); }

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

background-color css

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

 a { background-color: rgb(3,117,77); }

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

border-color css

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

 span { border-color: rgb(3,117,77); }

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