#74AF2D

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

Shades of Lima #74AF2D

Tints of Lima #74AF2D

Color information

#74AF2D (or 0x74AF2D) is unknown color: approx Lima. HEX triplet: 74, AF and 2D. RGB value is (116,175,45). Sum of RGB (Red+Green+Blue) = 116+175+45=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF2D is #8B50D2. Grayscale: #8F8F8F. Windows color (decimal): -9130195 or 2994036. OLE color: 2994036.

HSL color Cylindrical-coordinate representation of color #74AF2D: hue angle of 87.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74AF2D is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB11617545-
CMYK0.3400.740.31
HSL87.23º59.09%43.14%-
HSV(B)87.23º74.29%68.63%-
XYZ23.0134.567.94-
YUV142.5472.95109.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 175 (68.75% from 255) = 52.08%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=34.52%
G=52.08%
B=13.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175450.3400.740.3187.2359.0943.14
Hex74AF2D2204A1F573b2b
Octal16425755420112371277353
Binary11101001010111110110110001001001010111111010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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