Html Css Color HEX #748416 Trendy Green

📋 copy color: '#748416'

red 116 ◦ green 132 ◦ blue 22

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

Shades of Trendy Green #748416

Tints of Trendy Green #748416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 42.96%
G = 48.89%
B = 8.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#748416 (or 0x748416) is known color: Trendy Green. HEX triplet: 74, 84 and 16. RGB value is (116,132,22). Sum of RGB (Red+Green+Blue) = 116+132+22=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #748416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748416 is #8B7BE9. Grayscale: #737373. Windows color (decimal): -9141226 or 1475700. OLE color: 1475700.

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

Color convert

RGB 116 132 22 -
CMYK 0.12 0 0.83 0.48
HSL 68.73º 0.71% 0.3% -
HSV(B) 68.73º 0.83% 0.52% -
XYZ 15.6 20.27 3.85 -
YUV 114.68 75.7 128.94 -
System Red Green Blue C M Y K H S L
Decimal 116 132 22 0.12 0 0.83 0.48 68.73 0.71 0.3
Hex 74 84 16 C 0 53 30 45 47 1E
Octal 164 204 26 14 0 123 60 105 107 36
Binary 1110100 10000100 10110 1100 0 1010011 110000 1000101 1000111 11110

Color Harmonies of #748416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748416

Black with #748416

Text Example


Text Example

White with #748416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748416; }

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

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

background-color css

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

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

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

border-color css

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

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

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