Html Css Color HEX #74822B Trendy Green

📋 copy color: '#74822B'

red 116 ◦ green 130 ◦ blue 43

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

Shades of Trendy Green #74822B

Tints of Trendy Green #74822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 40.14%
G = 44.98%
B = 14.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#74822B (or 0x74822B) is known color: Trendy Green. HEX triplet: 74, 82 and 2B. RGB value is (116,130,43). Sum of RGB (Red+Green+Blue) = 116+130+43=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #74822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822B is #8B7DD4. Grayscale: #747474. Windows color (decimal): -9141717 or 2851444. OLE color: 2851444.

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

Color convert

RGB 116 130 43 -
CMYK 0.11 0 0.67 0.49
HSL 69.66º 0.5% 0.34% -
HSV(B) 69.66º 0.67% 0.51% -
XYZ 15.62 19.85 5.29 -
YUV 115.9 86.86 128.07 -
System Red Green Blue C M Y K H S L
Decimal 116 130 43 0.11 0 0.67 0.49 69.66 0.5 0.34
Hex 74 82 2B B 0 43 31 46 32 22
Octal 164 202 53 13 0 103 61 106 62 42
Binary 1110100 10000010 101011 1011 0 1000011 110001 1000110 110010 100010

Color Harmonies of #74822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74822B

Black with #74822B

Text Example


Text Example

White with #74822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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