Html Css Color HEX #748231 Trendy Green

📋 copy color: '#748231'

red 116 ◦ green 130 ◦ blue 49

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

Shades of Trendy Green #748231

Tints of Trendy Green #748231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 39.32%
G = 44.07%
B = 16.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#748231 (or 0x748231) is known color: Trendy Green. HEX triplet: 74, 82 and 31. RGB value is (116,130,49). Sum of RGB (Red+Green+Blue) = 116+130+49=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #748231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748231 is #8B7DCE. Grayscale: #747474. Windows color (decimal): -9141711 or 3244660. OLE color: 3244660.

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

Color convert

RGB 116 130 49 -
CMYK 0.11 0 0.62 0.49
HSL 70.37º 0.45% 0.35% -
HSV(B) 70.37º 0.62% 0.51% -
XYZ 15.74 19.9 5.92 -
YUV 116.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 116 130 49 0.11 0 0.62 0.49 70.37 0.45 0.35
Hex 74 82 31 B 0 3E 31 46 2D 23
Octal 164 202 61 13 0 76 61 106 55 43
Binary 1110100 10000010 110001 1011 0 111110 110001 1000110 101101 100011

Color Harmonies of #748231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748231

Black with #748231

Text Example


Text Example

White with #748231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748231; }

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

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

background-color css

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

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

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

border-color css

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

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

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