Html Css Color HEX #74B535 Lima

📋 copy color: '#74B535'

red 116 ◦ green 181 ◦ blue 53

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

Shades of Lima #74B535

Tints of Lima #74B535

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 33.14%
G = 51.71%
B = 15.14%

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

#74B535 (or 0x74B535) is known color: Lima. HEX triplet: 74, B5 and 35. RGB value is (116,181,53). Sum of RGB (Red+Green+Blue) = 116+181+53=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #74B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B535 is #8B4ACA. Grayscale: #939393. Windows color (decimal): -9128651 or 3519860. OLE color: 3519860.

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

Color convert

RGB 116 181 53 -
CMYK 0.36 0 0.71 0.29
HSL 90.47º 0.55% 0.46% -
HSV(B) 90.47º 0.71% 0.71% -
XYZ 24.37 37.02 9.23 -
YUV 146.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 116 181 53 0.36 0 0.71 0.29 90.47 0.55 0.46
Hex 74 B5 35 24 0 47 1D 5A 37 2E
Octal 164 265 65 44 0 107 35 132 67 56
Binary 1110100 10110101 110101 100100 0 1000111 11101 1011010 110111 101110

Color Harmonies of #74B535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B535

Black with #74B535

Text Example


Text Example

White with #74B535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,53); }

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

background-color css

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

 a { background-color: rgb(116,181,53); }

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

border-color css

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

 span { border-color: rgb(116,181,53); }

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