Html Css Color HEX #74B635 Lima

📋 copy color: '#74B635'

red 116 ◦ green 182 ◦ blue 53

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

Shades of Lima #74B635

Tints of Lima #74B635

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.85%

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

R = 33.05%
G = 51.85%
B = 15.1%

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

#74B635 (or 0x74B635) is known color: Lima. HEX triplet: 74, B6 and 35. RGB value is (116,182,53). Sum of RGB (Red+Green+Blue) = 116+182+53=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #74B635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B635 is #8B49CA. Grayscale: #949494. Windows color (decimal): -9128395 or 3520116. OLE color: 3520116.

HSL color Cylindrical-coordinate representation of color #74B635: hue angle of 90.7º 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 #74B635 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 53 -
CMYK 0.36 0 0.71 0.29
HSL 90.7º 0.55% 0.46% -
HSV(B) 90.7º 0.71% 0.71% -
XYZ 24.57 37.43 9.3 -
YUV 147.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 116 182 53 0.36 0 0.71 0.29 90.7 0.55 0.46
Hex 74 B6 35 24 0 47 1D 5B 37 2E
Octal 164 266 65 44 0 107 35 133 67 56
Binary 1110100 10110110 110101 100100 0 1000111 11101 1011011 110111 101110

Color Harmonies of #74B635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B635

Black with #74B635

Text Example


Text Example

White with #74B635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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