Html Css Color HEX #73B384 Bay Leaf

📋 copy color: '#73B384'

red 115 ◦ green 179 ◦ blue 132

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

Shades of Bay Leaf #73B384

Tints of Bay Leaf #73B384

RGB

 RED value IS 115 (45.31% from 255) = 27%

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

 BLUE value IS 132 (51.95% from 255) = 30.99%

R = 27%
G = 42.02%
B = 30.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#73B384 (or 0x73B384) is known color: Bay Leaf. HEX triplet: 73, B3 and 84. RGB value is (115,179,132). Sum of RGB (Red+Green+Blue) = 115+179+132=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #73B384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B384 is #8C4C7B. Grayscale: #9A9A9A. Windows color (decimal): -9194620 or 8696691. OLE color: 8696691.

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

Color convert

RGB 115 179 132 -
CMYK 0.36 0 0.26 0.30
HSL 135.94º 0.3% 0.58% -
HSV(B) 135.94º 0.36% 0.7% -
XYZ 27.36 37.55 27.64 -
YUV 154.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 115 179 132 0.36 0 0.26 0.30 135.94 0.3 0.58
Hex 73 B3 84 24 0 1A 1E 88 1E 3A
Octal 163 263 204 44 0 32 36 210 36 72
Binary 1110011 10110011 10000100 100100 0 11010 11110 10001000 11110 111010

Color Harmonies of #73B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B384

Black with #73B384

Text Example


Text Example

White with #73B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B384; }

 p { color: rgb(115,179,132); }

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

background-color css

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

 a { background-color: rgb(115,179,132); }

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

border-color css

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

 span { border-color: rgb(115,179,132); }

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