#74B528

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

Shades of Lima #74B528

Tints of Lima #74B528

Color information

#74B528 (or 0x74B528) is unknown color: approx Lima. HEX triplet: 74, B5 and 28. RGB value is (116,181,40). Sum of RGB (Red+Green+Blue) = 116+181+40=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #74B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B528 is #8B4AD7. Grayscale: #919191. Windows color (decimal): -9128664 or 2667892. OLE color: 2667892.

HSL color Cylindrical-coordinate representation of color #74B528: hue angle of 87.66º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74B528 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB11618140-
CMYK0.3600.780.29
HSL87.66º63.8%43.33%-
HSV(B)87.66º77.9%70.98%-
XYZ24.1136.917.86-
YUV145.4968.47106.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 181 (71.09% from 255) = 53.71%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=34.42%
G=53.71%
B=11.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181400.3600.780.2987.6663.843.33
Hex74B5282404E1D58402b
Octal164265504401163513010053
Binary111010010110101101000100100010011101110110110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,181,40); }

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

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

 a { background-color: rgb(116,181,40); }

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

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

 span { border-color: rgb(116,181,40); }

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