Html Css Color HEX #74B334 Lima

📋 copy color: '#74B334'

red 116 ◦ green 179 ◦ blue 52

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

Shades of Lima #74B334

Tints of Lima #74B334

RGB

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

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

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

R = 33.43%
G = 51.59%
B = 14.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#74B334 (or 0x74B334) is known color: Lima. HEX triplet: 74, B3 and 34. RGB value is (116,179,52). Sum of RGB (Red+Green+Blue) = 116+179+52=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #74B334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B334 is #8B4CCB. Grayscale: #929292. Windows color (decimal): -9129164 or 3453812. OLE color: 3453812.

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

Color convert

RGB 116 179 52 -
CMYK 0.35 0 0.71 0.30
HSL 89.76º 0.55% 0.45% -
HSV(B) 89.76º 0.71% 0.7% -
XYZ 23.94 36.2 8.97 -
YUV 145.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 116 179 52 0.35 0 0.71 0.30 89.76 0.55 0.45
Hex 74 B3 34 23 0 47 1E 5A 37 2D
Octal 164 263 64 43 0 107 36 132 67 55
Binary 1110100 10110011 110100 100011 0 1000111 11110 1011010 110111 101101

Color Harmonies of #74B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B334

Black with #74B334

Text Example


Text Example

White with #74B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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