Html Css Color HEX #74B336 Lima

📋 copy color: '#74B336'

red 116 ◦ green 179 ◦ blue 54

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

Shades of Lima #74B336

Tints of Lima #74B336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 33.24%
G = 51.29%
B = 15.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#74B336 (or 0x74B336) is known color: Lima. HEX triplet: 74, B3 and 36. RGB value is (116,179,54). Sum of RGB (Red+Green+Blue) = 116+179+54=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #74B336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B336 is #8B4CC9. Grayscale: #929292. Windows color (decimal): -9129162 or 3584884. OLE color: 3584884.

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

Color convert

RGB 116 179 54 -
CMYK 0.35 0 0.70 0.30
HSL 90.24º 0.54% 0.46% -
HSV(B) 90.24º 0.7% 0.7% -
XYZ 23.99 36.22 9.22 -
YUV 145.91 76.13 106.66 -
System Red Green Blue C M Y K H S L
Decimal 116 179 54 0.35 0 0.70 0.30 90.24 0.54 0.46
Hex 74 B3 36 23 0 46 1E 5A 36 2E
Octal 164 263 66 43 0 106 36 132 66 56
Binary 1110100 10110011 110110 100011 0 1000110 11110 1011010 110110 101110

Color Harmonies of #74B336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B336

Black with #74B336

Text Example


Text Example

White with #74B336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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