Html Css Color HEX #74822F Trendy Green

📋 copy color: '#74822F'

red 116 ◦ green 130 ◦ blue 47

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

Shades of Trendy Green #74822F

Tints of Trendy Green #74822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 39.59%
G = 44.37%
B = 16.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#74822F (or 0x74822F) is known color: Trendy Green. HEX triplet: 74, 82 and 2F. RGB value is (116,130,47). Sum of RGB (Red+Green+Blue) = 116+130+47=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #74822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822F is #8B7DD0. Grayscale: #747474. Windows color (decimal): -9141713 or 3113588. OLE color: 3113588.

HSL color Cylindrical-coordinate representation of color #74822F: hue angle of 70.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74822F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 47 -
CMYK 0.11 0 0.64 0.49
HSL 70.12º 0.47% 0.35% -
HSV(B) 70.12º 0.64% 0.51% -
XYZ 15.7 19.88 5.7 -
YUV 116.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 116 130 47 0.11 0 0.64 0.49 70.12 0.47 0.35
Hex 74 82 2F B 0 40 31 46 2F 23
Octal 164 202 57 13 0 100 61 106 57 43
Binary 1110100 10000010 101111 1011 0 1000000 110001 1000110 101111 100011

Color Harmonies of #74822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74822F

Black with #74822F

Text Example


Text Example

White with #74822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,130,47); }

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

background-color css

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

 a { background-color: rgb(116,130,47); }

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

border-color css

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

 span { border-color: rgb(116,130,47); }

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