Html Css Color HEX #748631 Trendy Green

📋 copy color: '#748631'

red 116 ◦ green 134 ◦ blue 49

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

Shades of Trendy Green #748631

Tints of Trendy Green #748631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 38.8%
G = 44.82%
B = 16.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#748631 (or 0x748631) is known color: Trendy Green. HEX triplet: 74, 86 and 31. RGB value is (116,134,49). Sum of RGB (Red+Green+Blue) = 116+134+49=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #748631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748631 is #8B79CE. Grayscale: #777777. Windows color (decimal): -9140687 or 3245684. OLE color: 3245684.

HSL color Cylindrical-coordinate representation of color #748631: hue angle of 72.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #748631 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 49 -
CMYK 0.13 0 0.63 0.47
HSL 72.71º 0.46% 0.36% -
HSV(B) 72.71º 0.63% 0.53% -
XYZ 16.28 20.98 6.1 -
YUV 118.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 116 134 49 0.13 0 0.63 0.47 72.71 0.46 0.36
Hex 74 86 31 D 0 3F 2F 49 2E 24
Octal 164 206 61 15 0 77 57 111 56 44
Binary 1110100 10000110 110001 1101 0 111111 101111 1001001 101110 100100

Color Harmonies of #748631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748631

Black with #748631

Text Example


Text Example

White with #748631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748631; }

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

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

background-color css

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

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

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

border-color css

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

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

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