#74B482

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

Shades of Bay Leaf #74B482

Tints of Bay Leaf #74B482

Color information

#74B482 (or 0x74B482) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 82. RGB value is (116,180,130). Sum of RGB (Red+Green+Blue) = 116+180+130=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #74B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B482 is #8B4B7D. Grayscale: #9B9B9B. Windows color (decimal): -9128830 or 8565876. OLE color: 8565876.

HSL color Cylindrical-coordinate representation of color #74B482: hue angle of 133.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B482 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB116180130-
CMYK0.3600.280.29
HSL133.12º29.91%58.04%-
HSV(B)133.12º35.56%70.59%-
XYZ27.5537.9727-
YUV155.16113.8100.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=27.23%
G=42.25%
B=30.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801300.3600.280.29133.1229.9158.04
Hex74B4822401C1D851e3a
Octal16426420244034352053672
Binary11101001011010010000010100100011100111011000010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B482; }

 p { color: rgb(116,180,130); }

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

<style>
 a { background-color: #74B482; }

 a { background-color: rgb(116,180,130); }

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

<style>
 span { border-color: #74B482; }

 span { border-color: rgb(116,180,130); }

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