#72C488

Color #72C488 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #72C488

Tints of Bay Leaf #72C488

Color information

#72C488 (or 0x72C488) is unknown color: approx Bay Leaf. HEX triplet: 72, C4 and 88. RGB value is (114,196,136). Sum of RGB (Red+Green+Blue) = 114+196+136=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #72C488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C488 is #8D3B77. Grayscale: #A4A4A4. Windows color (decimal): -9255800 or 8963186. OLE color: 8963186.

HSL color Cylindrical-coordinate representation of color #72C488: hue angle of 136.1º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C488 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB114196136-
CMYK0.4200.310.23
HSL136.1º41%60.78%-
HSV(B)136.1º41.84%76.86%-
XYZ31.1244.8330.31-
YUV164.64111.8391.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.56%
GREEN value IS 196 (76.95% from 255) = 43.95%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=25.56%
G=43.95%
B=30.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1141961360.4200.310.23136.14160.78
Hex72C4882A01F1788293d
Octal16230421052037272105175
Binary111001011000100100010001010100111111011110001000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C488; }

 p { color: rgb(114,196,136); }

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

<style>
 a { background-color: #72C488; }

 a { background-color: rgb(114,196,136); }

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

<style>
 span { border-color: #72C488; }

 span { border-color: rgb(114,196,136); }

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