Html Css Color HEX #73C18A Bay Leaf

📋 copy color: '#73C18A'

red 115 ◦ green 193 ◦ blue 138

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

Shades of Bay Leaf #73C18A

Tints of Bay Leaf #73C18A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 25.78%
G = 43.27%
B = 30.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#73C18A (or 0x73C18A) is known color: Bay Leaf. HEX triplet: 73, C1 and 8A. RGB value is (115,193,138). Sum of RGB (Red+Green+Blue) = 115+193+138=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #73C18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C18A is #8C3E75. Grayscale: #A3A3A3. Windows color (decimal): -9191030 or 9093491. OLE color: 9093491.

HSL color Cylindrical-coordinate representation of color #73C18A: hue angle of 137.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C18A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 193 138 -
CMYK 0.40 0 0.28 0.24
HSL 137.69º 0.39% 0.6% -
HSV(B) 137.69º 0.4% 0.76% -
XYZ 30.73 43.62 30.84 -
YUV 163.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 115 193 138 0.40 0 0.28 0.24 137.69 0.39 0.6
Hex 73 C1 8A 28 0 1C 18 8A 27 3C
Octal 163 301 212 50 0 34 30 212 47 74
Binary 1110011 11000001 10001010 101000 0 11100 11000 10001010 100111 111100

Color Harmonies of #73C18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C18A

Black with #73C18A

Text Example


Text Example

White with #73C18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,193,138); }

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

background-color css

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

 a { background-color: rgb(115,193,138); }

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

border-color css

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

 span { border-color: rgb(115,193,138); }

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