#74C18A

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

Shades of Bay Leaf #74C18A

Tints of Bay Leaf #74C18A

Color information

#74C18A (or 0x74C18A) is unknown color: approx Bay Leaf. HEX triplet: 74, C1 and 8A. RGB value is (116,193,138). Sum of RGB (Red+Green+Blue) = 116+193+138=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #74C18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C18A is #8B3E75. Grayscale: #A3A3A3. Windows color (decimal): -9125494 or 9093492. OLE color: 9093492.

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

Color convert

RGB116193138-
CMYK0.4000.280.24
HSL137.14º38.31%60.59%-
HSV(B)137.14º39.9%75.69%-
XYZ30.8643.6930.85-
YUV163.71113.4993.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.95%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=25.95%
G=43.18%
B=30.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931380.4000.280.24137.1438.3160.59
Hex74C18A2801C1889263d
Octal16430121250034302114675
Binary111010011000001100010101010000111001100010001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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