#74C38D

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

Shades of Bay Leaf #74C38D

Tints of Bay Leaf #74C38D

Color information

#74C38D (or 0x74C38D) is unknown color: approx Bay Leaf. HEX triplet: 74, C3 and 8D. RGB value is (116,195,141). Sum of RGB (Red+Green+Blue) = 116+195+141=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #74C38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C38D is #8B3C72. Grayscale: #A5A5A5. Windows color (decimal): -9124979 or 9290612. OLE color: 9290612.

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

Color convert

RGB116195141-
CMYK0.4100.280.24
HSL138.99º39.7%60.98%-
HSV(B)138.99º40.51%76.47%-
XYZ31.5344.6732.16-
YUV165.22114.3392.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=25.66%
G=43.14%
B=31.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951410.4100.280.24138.9939.760.98
Hex74C38D2901C188b283d
Octal16430321551034302135075
Binary111010011000011100011011010010111001100010001011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,141); }

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

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

 a { background-color: rgb(116,195,141); }

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

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

 span { border-color: rgb(116,195,141); }

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