#74B483

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

Shades of Bay Leaf #74B483

Tints of Bay Leaf #74B483

Color information

#74B483 (or 0x74B483) is unknown color: approx Bay Leaf. HEX triplet: 74, B4 and 83. RGB value is (116,180,131). Sum of RGB (Red+Green+Blue) = 116+180+131=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #74B483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B483 is #8B4B7C. Grayscale: #9B9B9B. Windows color (decimal): -9128829 or 8631412. OLE color: 8631412.

HSL color Cylindrical-coordinate representation of color #74B483: hue angle of 134.06º 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 #74B483 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB116180131-
CMYK0.3600.270.29
HSL134.06º29.91%58.04%-
HSV(B)134.06º35.56%70.59%-
XYZ27.6237.9927.35-
YUV155.28114.399.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=27.17%
G=42.15%
B=30.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801310.3600.270.29134.0629.9158.04
Hex74B4832401B1D861e3a
Octal16426420344033352063672
Binary11101001011010010000011100100011011111011000011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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