Html Css Color HEX #04604D Watercourse

📋 copy color: '#04604D'

red 4 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #04604D

Tints of Watercourse #04604D

RGB

 RED value IS 4 (1.95% from 255) = 2.26%

 GREEN value IS 96 (37.89% from 255) = 54.24%

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

R = 2.26%
G = 54.24%
B = 43.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#04604D (or 0x04604D) is known color: Watercourse. HEX triplet: 04, 60 and 4D. RGB value is (4,96,77). Sum of RGB (Red+Green+Blue) = 4+96+77=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #04604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04604D is #FB9FB2. Grayscale: #424242. Windows color (decimal): -16490419 or 5070852. OLE color: 5070852.

HSL color Cylindrical-coordinate representation of color #04604D: hue angle of 167.61º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04604D is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 77 -
CMYK 0.96 0 0.20 0.62
HSL 167.61º 0.92% 0.2% -
HSV(B) 167.61º 0.96% 0.38% -
XYZ 5.57 8.93 8.45 -
YUV 66.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 4 96 77 0.96 0 0.20 0.62 167.61 0.92 0.2
Hex 4 60 4D 60 0 14 3E A8 5C 14
Octal 4 140 115 140 0 24 76 250 134 24
Binary 100 1100000 1001101 1100000 0 10100 111110 10101000 1011100 10100

Color Harmonies of #04604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04604D

Black with #04604D

Text Example


Text Example

White with #04604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,96,77); }

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

background-color css

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

 a { background-color: rgb(4,96,77); }

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

border-color css

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

 span { border-color: rgb(4,96,77); }

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