Html Css Color HEX #748031 Trendy Green

📋 copy color: '#748031'

red 116 ◦ green 128 ◦ blue 49

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

Shades of Trendy Green #748031

Tints of Trendy Green #748031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

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

R = 39.59%
G = 43.69%
B = 16.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#748031 (or 0x748031) is known color: Trendy Green. HEX triplet: 74, 80 and 31. RGB value is (116,128,49). Sum of RGB (Red+Green+Blue) = 116+128+49=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #748031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748031 is #8B7FCE. Grayscale: #737373. Windows color (decimal): -9142223 or 3244148. OLE color: 3244148.

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

Color convert

RGB 116 128 49 -
CMYK 0.09 0 0.62 0.50
HSL 69.11º 0.45% 0.35% -
HSV(B) 69.11º 0.62% 0.5% -
XYZ 15.48 19.37 5.83 -
YUV 115.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 116 128 49 0.09 0 0.62 0.50 69.11 0.45 0.35
Hex 74 80 31 9 0 3E 32 45 2D 23
Octal 164 200 61 11 0 76 62 105 55 43
Binary 1110100 10000000 110001 1001 0 111110 110010 1000101 101101 100011

Color Harmonies of #748031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748031

Black with #748031

Text Example


Text Example

White with #748031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748031; }

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

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

background-color css

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

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

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

border-color css

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

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

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