Html Css Color HEX #748520 Trendy Green

📋 copy color: '#748520'

red 116 ◦ green 133 ◦ blue 32

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

Shades of Trendy Green #748520

Tints of Trendy Green #748520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 41.28%
G = 47.33%
B = 11.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#748520 (or 0x748520) is known color: Trendy Green. HEX triplet: 74, 85 and 20. RGB value is (116,133,32). Sum of RGB (Red+Green+Blue) = 116+133+32=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #748520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748520 is #8B7ADF. Grayscale: #747474. Windows color (decimal): -9140960 or 2131316. OLE color: 2131316.

HSL color Cylindrical-coordinate representation of color #748520: hue angle of 70.1º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #748520 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 32 -
CMYK 0.13 0 0.76 0.48
HSL 70.1º 0.61% 0.32% -
HSV(B) 70.1º 0.76% 0.52% -
XYZ 15.85 20.59 4.51 -
YUV 116.4 80.37 127.71 -
System Red Green Blue C M Y K H S L
Decimal 116 133 32 0.13 0 0.76 0.48 70.1 0.61 0.32
Hex 74 85 20 D 0 4C 30 46 3D 20
Octal 164 205 40 15 0 114 60 106 75 40
Binary 1110100 10000101 100000 1101 0 1001100 110000 1000110 111101 100000

Color Harmonies of #748520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748520

Black with #748520

Text Example


Text Example

White with #748520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748520; }

 p { color: rgb(116,133,32); }

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

background-color css

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

 a { background-color: rgb(116,133,32); }

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

border-color css

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

 span { border-color: rgb(116,133,32); }

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