#74AF35

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

Shades of Lima #74AF35

Tints of Lima #74AF35

Color information

#74AF35 (or 0x74AF35) is unknown color: approx Lima. HEX triplet: 74, AF and 35. RGB value is (116,175,53). Sum of RGB (Red+Green+Blue) = 116+175+53=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF35 is #8B50CA. Grayscale: #8F8F8F. Windows color (decimal): -9130187 or 3518324. OLE color: 3518324.

HSL color Cylindrical-coordinate representation of color #74AF35: hue angle of 89.02º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74AF35 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB11617553-
CMYK0.3400.700.31
HSL89.02º53.51%44.71%-
HSV(B)89.02º69.71%68.63%-
XYZ23.1834.638.83-
YUV143.4576.95108.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=33.72%
G=50.87%
B=15.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175530.3400.700.3189.0253.5144.71
Hex74AF35220461F59362d
Octal16425765420106371316655
Binary11101001010111111010110001001000110111111011001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,175,53); }

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

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

 a { background-color: rgb(116,175,53); }

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

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

 span { border-color: rgb(116,175,53); }

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