Html Css Color HEX #748425 Trendy Green

📋 copy color: '#748425'

red 116 ◦ green 132 ◦ blue 37

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

Shades of Trendy Green #748425

Tints of Trendy Green #748425

RGB

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

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

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

R = 40.7%
G = 46.32%
B = 12.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#748425 (or 0x748425) is known color: Trendy Green. HEX triplet: 74, 84 and 25. RGB value is (116,132,37). Sum of RGB (Red+Green+Blue) = 116+132+37=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #748425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748425 is #8B7BDA. Grayscale: #747474. Windows color (decimal): -9141211 or 2458740. OLE color: 2458740.

HSL color Cylindrical-coordinate representation of color #748425: hue angle of 70.11º 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 #748425 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 37 -
CMYK 0.12 0 0.72 0.48
HSL 70.11º 0.56% 0.33% -
HSV(B) 70.11º 0.72% 0.52% -
XYZ 15.79 20.35 4.85 -
YUV 116.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 116 132 37 0.12 0 0.72 0.48 70.11 0.56 0.33
Hex 74 84 25 C 0 48 30 46 38 21
Octal 164 204 45 14 0 110 60 106 70 41
Binary 1110100 10000100 100101 1100 0 1001000 110000 1000110 111000 100001

Color Harmonies of #748425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748425

Black with #748425

Text Example


Text Example

White with #748425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748425; }

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

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

background-color css

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

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

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

border-color css

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

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

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