#03B785

Color #03B785 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #03B785

Tints of Mountain Meadow #03B785

Color information

#03B785 (or 0x03B785) is unknown color: approx Mountain Meadow. HEX triplet: 03, B7 and 85. RGB value is (3,183,133). Sum of RGB (Red+Green+Blue) = 3+183+133=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #03B785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B785 is #FC487A. Grayscale: #7B7B7B. Windows color (decimal): -16533627 or 8763139. OLE color: 8763139.

HSL color Cylindrical-coordinate representation of color #03B785: hue angle of 163.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B785 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB3183133-
CMYK0.9800.270.28
HSL163.33º96.77%36.47%-
HSV(B)163.33º98.36%71.76%-
XYZ21.235.5827.94-
YUV123.48133.3742.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 183 (71.88% from 255) = 57.37%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=0.94%
G=57.37%
B=41.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31831330.9800.270.28163.3396.7736.47
Hex3B7856201B1Ca36124
Octal32672051420333424314144
Binary111011011110000101110001001101111100101000111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03B785; }

 p { color: rgb(3,183,133); }

 H1.HeaderClassName
 {
   color: #03B785;
 }
 .AnyTagClassName
 {
   color: #03B785;
 }
</style>
background-color css

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

 a { background-color: rgb(3,183,133); }

 div.DivClassName
 {
   background-color: #03B785;
 }
 .BgClassName
 {
   background-color: #03B785;
 }
</style>
border-color css

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

 span { border-color: rgb(3,183,133); }

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