Html Css Color HEX #74822E Trendy Green

📋 copy color: '#74822E'

red 116 ◦ green 130 ◦ blue 46

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

Shades of Trendy Green #74822E

Tints of Trendy Green #74822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 39.73%
G = 44.52%
B = 15.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#74822E (or 0x74822E) is known color: Trendy Green. HEX triplet: 74, 82 and 2E. RGB value is (116,130,46). Sum of RGB (Red+Green+Blue) = 116+130+46=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #74822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822E is #8B7DD1. Grayscale: #747474. Windows color (decimal): -9141714 or 3048052. OLE color: 3048052.

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

Color convert

RGB 116 130 46 -
CMYK 0.11 0 0.65 0.49
HSL 70º 0.48% 0.35% -
HSV(B) 70º 0.65% 0.51% -
XYZ 15.68 19.88 5.59 -
YUV 116.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 116 130 46 0.11 0 0.65 0.49 70 0.48 0.35
Hex 74 82 2E B 0 41 31 46 30 23
Octal 164 202 56 13 0 101 61 106 60 43
Binary 1110100 10000010 101110 1011 0 1000001 110001 1000110 110000 100011

Color Harmonies of #74822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74822E

Black with #74822E

Text Example


Text Example

White with #74822E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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