Html Css Color HEX #74841F Trendy Green

📋 copy color: '#74841F'

red 116 ◦ green 132 ◦ blue 31

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

Shades of Trendy Green #74841F

Tints of Trendy Green #74841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 41.58%
G = 47.31%
B = 11.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#74841F (or 0x74841F) is known color: Trendy Green. HEX triplet: 74, 84 and 1F. RGB value is (116,132,31). Sum of RGB (Red+Green+Blue) = 116+132+31=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #74841F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74841F is #8B7BE0. Grayscale: #747474. Windows color (decimal): -9141217 or 2065524. OLE color: 2065524.

HSL color Cylindrical-coordinate representation of color #74841F: hue angle of 69.5º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74841F is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 31 -
CMYK 0.12 0 0.77 0.48
HSL 69.5º 0.62% 0.32% -
HSV(B) 69.5º 0.77% 0.52% -
XYZ 15.7 20.31 4.39 -
YUV 115.7 80.2 128.21 -
System Red Green Blue C M Y K H S L
Decimal 116 132 31 0.12 0 0.77 0.48 69.5 0.62 0.32
Hex 74 84 1F C 0 4D 30 46 3E 20
Octal 164 204 37 14 0 115 60 106 76 40
Binary 1110100 10000100 11111 1100 0 1001101 110000 1000110 111110 100000

Color Harmonies of #74841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74841F

Black with #74841F

Text Example


Text Example

White with #74841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74841F; }

 p { color: rgb(116,132,31); }

 H1.HeaderClassName
 {
   color: #74841F;
 }
 .AnyTagClassName
 {
   color: #74841F;
 }
</style>

background-color css

<style>
 a { background-color: #74841F; }

 a { background-color: rgb(116,132,31); }

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

border-color css

<style>
 span { border-color: #74841F; }

 span { border-color: rgb(116,132,31); }

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