#74B337

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

Shades of Lima #74B337

Tints of Lima #74B337

Color information

#74B337 (or 0x74B337) is unknown color: approx Lima. HEX triplet: 74, B3 and 37. RGB value is (116,179,55). Sum of RGB (Red+Green+Blue) = 116+179+55=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #74B337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B337 is #8B4CC8. Grayscale: #929292. Windows color (decimal): -9129161 or 3650420. OLE color: 3650420.

HSL color Cylindrical-coordinate representation of color #74B337: hue angle of 90.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74B337 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB11617955-
CMYK0.3500.690.30
HSL90.48º52.99%45.88%-
HSV(B)90.48º69.27%70.2%-
XYZ24.0136.239.34-
YUV146.0376.63106.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 179 (70.31% from 255) = 51.14%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=33.14%
G=51.14%
B=15.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179550.3500.690.3090.4852.9945.88
Hex74B337230451E5a352e
Octal16426367430105361326556
Binary11101001011001111011110001101000101111101011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,55); }

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

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

 a { background-color: rgb(116,179,55); }

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

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

 span { border-color: rgb(116,179,55); }

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