Html Css Color HEX #748211 Trendy Green

📋 copy color: '#748211'

red 116 ◦ green 130 ◦ blue 17

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

Shades of Trendy Green #748211

Tints of Trendy Green #748211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 44.11%
G = 49.43%
B = 6.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#748211 (or 0x748211) is known color: Trendy Green. HEX triplet: 74, 82 and 11. RGB value is (116,130,17). Sum of RGB (Red+Green+Blue) = 116+130+17=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #748211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748211 is #8B7DEE. Grayscale: #717171. Windows color (decimal): -9141743 or 1147508. OLE color: 1147508.

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

Color convert

RGB 116 130 17 -
CMYK 0.11 0 0.87 0.49
HSL 67.43º 0.77% 0.29% -
HSV(B) 67.43º 0.87% 0.51% -
XYZ 15.29 19.72 3.53 -
YUV 112.93 73.86 130.19 -
System Red Green Blue C M Y K H S L
Decimal 116 130 17 0.11 0 0.87 0.49 67.43 0.77 0.29
Hex 74 82 11 B 0 57 31 43 4D 1D
Octal 164 202 21 13 0 127 61 103 115 35
Binary 1110100 10000010 10001 1011 0 1010111 110001 1000011 1001101 11101

Color Harmonies of #748211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748211

Black with #748211

Text Example


Text Example

White with #748211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748211; }

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

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

background-color css

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

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

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

border-color css

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

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

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