#74C389

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

Shades of Bay Leaf #74C389

Tints of Bay Leaf #74C389

Color information

#74C389 (or 0x74C389) is unknown color: approx Bay Leaf. HEX triplet: 74, C3 and 89. RGB value is (116,195,137). Sum of RGB (Red+Green+Blue) = 116+195+137=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #74C389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C389 is #8B3C76. Grayscale: #A4A4A4. Windows color (decimal): -9124983 or 9028468. OLE color: 9028468.

HSL color Cylindrical-coordinate representation of color #74C389: hue angle of 135.95º 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 #74C389 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB116195137-
CMYK0.4100.300.24
HSL135.95º39.7%60.98%-
HSV(B)135.95º40.51%76.47%-
XYZ31.2344.5530.62-
YUV164.77112.3393.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=25.89%
G=43.53%
B=30.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951370.4100.300.24135.9539.760.98
Hex74C3892901E1888283d
Octal16430321151036302105075
Binary111010011000011100010011010010111101100010001000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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