Html Css Color HEX #748524 Trendy Green

📋 copy color: '#748524'

red 116 ◦ green 133 ◦ blue 36

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

Shades of Trendy Green #748524

Tints of Trendy Green #748524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 40.7%
G = 46.67%
B = 12.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#748524 (or 0x748524) is known color: Trendy Green. HEX triplet: 74, 85 and 24. RGB value is (116,133,36). Sum of RGB (Red+Green+Blue) = 116+133+36=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #748524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748524 is #8B7ADB. Grayscale: #757575. Windows color (decimal): -9140956 or 2393460. OLE color: 2393460.

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

Color convert

RGB 116 133 36 -
CMYK 0.13 0 0.73 0.48
HSL 70.52º 0.57% 0.33% -
HSV(B) 70.52º 0.73% 0.52% -
XYZ 15.91 20.62 4.81 -
YUV 116.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 116 133 36 0.13 0 0.73 0.48 70.52 0.57 0.33
Hex 74 85 24 D 0 49 30 47 39 21
Octal 164 205 44 15 0 111 60 107 71 41
Binary 1110100 10000101 100100 1101 0 1001001 110000 1000111 111001 100001

Color Harmonies of #748524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748524

Black with #748524

Text Example


Text Example

White with #748524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748524; }

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

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

background-color css

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

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

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

border-color css

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

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

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