Html Css Color HEX #74B337 Lima

📋 copy color: '#74B337'

red 116 ◦ green 179 ◦ blue 55

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

Shades of Lima #74B337

Tints of Lima #74B337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 33.14%
G = 51.14%
B = 15.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#74B337 (or 0x74B337) is known color: Lima. HEX triplet: 74, B3 and 37. RGB value is (116,179,55). Sum of RGB (Red+Green+Blue) = 116+179+55=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #74B337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B337 is #8B4CC8. Grayscale: #929292. Windows color (decimal): -9129161 or 3650420. OLE color: 3650420.

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

Color convert

RGB 116 179 55 -
CMYK 0.35 0 0.69 0.30
HSL 90.48º 0.53% 0.46% -
HSV(B) 90.48º 0.69% 0.7% -
XYZ 24.01 36.23 9.34 -
YUV 146.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 116 179 55 0.35 0 0.69 0.30 90.48 0.53 0.46
Hex 74 B3 37 23 0 45 1E 5A 35 2E
Octal 164 263 67 43 0 105 36 132 65 56
Binary 1110100 10110011 110111 100011 0 1000101 11110 1011010 110101 101110

Color Harmonies of #74B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B337

Black with #74B337

Text Example


Text Example

White with #74B337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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