Html Css Color HEX #74822D Trendy Green

📋 copy color: '#74822D'

red 116 ◦ green 130 ◦ blue 45

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

Shades of Trendy Green #74822D

Tints of Trendy Green #74822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.46%

R = 39.86%
G = 44.67%
B = 15.46%

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

#74822D (or 0x74822D) is known color: Trendy Green. HEX triplet: 74, 82 and 2D. RGB value is (116,130,45). Sum of RGB (Red+Green+Blue) = 116+130+45=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #74822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74822D is #8B7DD2. Grayscale: #747474. Windows color (decimal): -9141715 or 2982516. OLE color: 2982516.

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

Color convert

RGB 116 130 45 -
CMYK 0.11 0 0.65 0.49
HSL 69.88º 0.49% 0.34% -
HSV(B) 69.88º 0.65% 0.51% -
XYZ 15.66 19.87 5.49 -
YUV 116.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 116 130 45 0.11 0 0.65 0.49 69.88 0.49 0.34
Hex 74 82 2D B 0 41 31 46 31 22
Octal 164 202 55 13 0 101 61 106 61 42
Binary 1110100 10000010 101101 1011 0 1000001 110001 1000110 110001 100010

Color Harmonies of #74822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74822D

Black with #74822D

Text Example


Text Example

White with #74822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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