Html Css Color HEX #74B034 Lima

📋 copy color: '#74B034'

red 116 ◦ green 176 ◦ blue 52

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

Shades of Lima #74B034

Tints of Lima #74B034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.16%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 33.72%
G = 51.16%
B = 15.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#74B034 (or 0x74B034) is known color: Lima. HEX triplet: 74, B0 and 34. RGB value is (116,176,52). Sum of RGB (Red+Green+Blue) = 116+176+52=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #74B034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B034 is #8B4FCB. Grayscale: #909090. Windows color (decimal): -9129932 or 3453044. OLE color: 3453044.

HSL color Cylindrical-coordinate representation of color #74B034: hue angle of 89.03º 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 #74B034 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 52 -
CMYK 0.34 0 0.70 0.31
HSL 89.03º 0.54% 0.45% -
HSV(B) 89.03º 0.7% 0.69% -
XYZ 23.35 35.01 8.78 -
YUV 143.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 116 176 52 0.34 0 0.70 0.31 89.03 0.54 0.45
Hex 74 B0 34 22 0 46 1F 59 36 2D
Octal 164 260 64 42 0 106 37 131 66 55
Binary 1110100 10110000 110100 100010 0 1000110 11111 1011001 110110 101101

Color Harmonies of #74B034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B034

Black with #74B034

Text Example


Text Example

White with #74B034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,52); }

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

background-color css

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

 a { background-color: rgb(116,176,52); }

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

border-color css

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

 span { border-color: rgb(116,176,52); }

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