Html Css Color HEX #748216 Trendy Green

📋 copy color: '#748216'

red 116 ◦ green 130 ◦ blue 22

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

Shades of Trendy Green #748216

Tints of Trendy Green #748216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 43.28%
G = 48.51%
B = 8.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#748216 (or 0x748216) is known color: Trendy Green. HEX triplet: 74, 82 and 16. RGB value is (116,130,22). Sum of RGB (Red+Green+Blue) = 116+130+22=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #748216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748216 is #8B7DE9. Grayscale: #717171. Windows color (decimal): -9141738 or 1475188. OLE color: 1475188.

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

Color convert

RGB 116 130 22 -
CMYK 0.11 0 0.83 0.49
HSL 67.78º 0.71% 0.3% -
HSV(B) 67.78º 0.83% 0.51% -
XYZ 15.33 19.74 3.76 -
YUV 113.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 116 130 22 0.11 0 0.83 0.49 67.78 0.71 0.3
Hex 74 82 16 B 0 53 31 44 47 1E
Octal 164 202 26 13 0 123 61 104 107 36
Binary 1110100 10000010 10110 1011 0 1010011 110001 1000100 1000111 11110

Color Harmonies of #748216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748216

Black with #748216

Text Example


Text Example

White with #748216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748216; }

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

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

background-color css

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

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

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

border-color css

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

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

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