Html Css Color HEX #748525 Trendy Green

📋 copy color: '#748525'

red 116 ◦ green 133 ◦ blue 37

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

Shades of Trendy Green #748525

Tints of Trendy Green #748525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 40.56%
G = 46.5%
B = 12.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#748525 (or 0x748525) is known color: Trendy Green. HEX triplet: 74, 85 and 25. RGB value is (116,133,37). Sum of RGB (Red+Green+Blue) = 116+133+37=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #748525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748525 is #8B7ADA. Grayscale: #757575. Windows color (decimal): -9140955 or 2458996. OLE color: 2458996.

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

Color convert

RGB 116 133 37 -
CMYK 0.13 0 0.72 0.48
HSL 70.62º 0.56% 0.33% -
HSV(B) 70.62º 0.72% 0.52% -
XYZ 15.92 20.62 4.89 -
YUV 116.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 116 133 37 0.13 0 0.72 0.48 70.62 0.56 0.33
Hex 74 85 25 D 0 48 30 47 38 21
Octal 164 205 45 15 0 110 60 107 70 41
Binary 1110100 10000101 100101 1101 0 1001000 110000 1000111 111000 100001

Color Harmonies of #748525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748525

Black with #748525

Text Example


Text Example

White with #748525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748525; }

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

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

background-color css

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

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

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

border-color css

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

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

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