Html Css Color HEX #04B385 Mountain Meadow

📋 copy color: '#04B385'

red 4 ◦ green 179 ◦ blue 133

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

Shades of Mountain Meadow #04B385

Tints of Mountain Meadow #04B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.65%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 1.27%
G = 56.65%
B = 42.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#04B385 (or 0x04B385) is known color: Mountain Meadow. HEX triplet: 04, B3 and 85. RGB value is (4,179,133). Sum of RGB (Red+Green+Blue) = 4+179+133=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #04B385 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B385 is #FB4C7A. Grayscale: #797979. Windows color (decimal): -16469115 or 8762116. OLE color: 8762116.

HSL color Cylindrical-coordinate representation of color #04B385: hue angle of 164.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B385 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 4 179 133 -
CMYK 0.98 0 0.26 0.30
HSL 164.23º 0.96% 0.36% -
HSV(B) 164.23º 0.98% 0.7% -
XYZ 20.4 33.96 27.67 -
YUV 121.43 134.52 44.24 -
System Red Green Blue C M Y K H S L
Decimal 4 179 133 0.98 0 0.26 0.30 164.23 0.96 0.36
Hex 4 B3 85 62 0 1A 1E A4 60 24
Octal 4 263 205 142 0 32 36 244 140 44
Binary 100 10110011 10000101 1100010 0 11010 11110 10100100 1100000 100100

Color Harmonies of #04B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B385

Black with #04B385

Text Example


Text Example

White with #04B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B385; }

 p { color: rgb(4,179,133); }

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

background-color css

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

 a { background-color: rgb(4,179,133); }

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

border-color css

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

 span { border-color: rgb(4,179,133); }

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