Html Css Color HEX #74B434 Lima

📋 copy color: '#74B434'

red 116 ◦ green 180 ◦ blue 52

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

Shades of Lima #74B434

Tints of Lima #74B434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.72%

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

R = 33.33%
G = 51.72%
B = 14.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#74B434 (or 0x74B434) is known color: Lima. HEX triplet: 74, B4 and 34. RGB value is (116,180,52). Sum of RGB (Red+Green+Blue) = 116+180+52=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #74B434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B434 is #8B4BCB. Grayscale: #929292. Windows color (decimal): -9128908 or 3454068. OLE color: 3454068.

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

Color convert

RGB 116 180 52 -
CMYK 0.36 0 0.71 0.29
HSL 90º 0.55% 0.45% -
HSV(B) 90º 0.71% 0.71% -
XYZ 24.14 36.6 9.04 -
YUV 146.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 116 180 52 0.36 0 0.71 0.29 90 0.55 0.45
Hex 74 B4 34 24 0 47 1D 5A 37 2D
Octal 164 264 64 44 0 107 35 132 67 55
Binary 1110100 10110100 110100 100100 0 1000111 11101 1011010 110111 101101

Color Harmonies of #74B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B434

Black with #74B434

Text Example


Text Example

White with #74B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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