Html Css Color HEX #74B32D Lima

📋 copy color: '#74B32D'

red 116 ◦ green 179 ◦ blue 45

#74B32D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #74B32D

Tints of Lima #74B32D

RGB

 RED value IS 116 (45.7% from 255) = 34.12%

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 45 (17.97% from 255) = 13.24%

R = 34.12%
G = 52.65%
B = 13.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#74B32D (or 0x74B32D) is known color: Lima. HEX triplet: 74, B3 and 2D. RGB value is (116,179,45). Sum of RGB (Red+Green+Blue) = 116+179+45=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #74B32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B32D is #8B4CD2. Grayscale: #919191. Windows color (decimal): -9129171 or 2995060. OLE color: 2995060.

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

Color convert

RGB 116 179 45 -
CMYK 0.35 0 0.75 0.30
HSL 88.21º 0.6% 0.44% -
HSV(B) 88.21º 0.75% 0.7% -
XYZ 23.8 36.14 8.2 -
YUV 144.89 71.63 107.4 -
System Red Green Blue C M Y K H S L
Decimal 116 179 45 0.35 0 0.75 0.30 88.21 0.6 0.44
Hex 74 B3 2D 23 0 4B 1E 58 3C 2C
Octal 164 263 55 43 0 113 36 130 74 54
Binary 1110100 10110011 101101 100011 0 1001011 11110 1011000 111100 101100

Color Harmonies of #74B32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B32D

Black with #74B32D

Text Example


Text Example

White with #74B32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74B32D;
 }
 .AnyTagClassName
 {
   color: #74B32D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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