Html Css Color HEX #748311 Trendy Green

📋 copy color: '#748311'

red 116 ◦ green 131 ◦ blue 17

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

Shades of Trendy Green #748311

Tints of Trendy Green #748311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 43.94%
G = 49.62%
B = 6.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#748311 (or 0x748311) is known color: Trendy Green. HEX triplet: 74, 83 and 11. RGB value is (116,131,17). Sum of RGB (Red+Green+Blue) = 116+131+17=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #748311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748311 is #8B7CEE. Grayscale: #717171. Windows color (decimal): -9141487 or 1147764. OLE color: 1147764.

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

Color convert

RGB 116 131 17 -
CMYK 0.11 0 0.87 0.49
HSL 67.89º 0.77% 0.29% -
HSV(B) 67.89º 0.87% 0.51% -
XYZ 15.42 19.99 3.58 -
YUV 113.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 116 131 17 0.11 0 0.87 0.49 67.89 0.77 0.29
Hex 74 83 11 B 0 57 31 44 4D 1D
Octal 164 203 21 13 0 127 61 104 115 35
Binary 1110100 10000011 10001 1011 0 1010111 110001 1000100 1001101 11101

Color Harmonies of #748311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748311

Black with #748311

Text Example


Text Example

White with #748311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748311; }

 p { color: rgb(116,131,17); }

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

background-color css

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

 a { background-color: rgb(116,131,17); }

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

border-color css

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

 span { border-color: rgb(116,131,17); }

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