Html Css Color HEX #748113 Trendy Green

📋 copy color: '#748113'

red 116 ◦ green 129 ◦ blue 19

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

Shades of Trendy Green #748113

Tints of Trendy Green #748113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.86%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 43.94%
G = 48.86%
B = 7.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#748113 (or 0x748113) is known color: Trendy Green. HEX triplet: 74, 81 and 13. RGB value is (116,129,19). Sum of RGB (Red+Green+Blue) = 116+129+19=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #748113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748113 is #8B7EEC. Grayscale: #717171. Windows color (decimal): -9141997 or 1278324. OLE color: 1278324.

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

Color convert

RGB 116 129 19 -
CMYK 0.10 0 0.85 0.49
HSL 67.09º 0.74% 0.29% -
HSV(B) 67.09º 0.85% 0.51% -
XYZ 15.17 19.46 3.57 -
YUV 112.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 116 129 19 0.10 0 0.85 0.49 67.09 0.74 0.29
Hex 74 81 13 A 0 55 31 43 4A 1D
Octal 164 201 23 12 0 125 61 103 112 35
Binary 1110100 10000001 10011 1010 0 1010101 110001 1000011 1001010 11101

Color Harmonies of #748113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748113

Black with #748113

Text Example


Text Example

White with #748113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748113; }

 p { color: rgb(116,129,19); }

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

background-color css

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

 a { background-color: rgb(116,129,19); }

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

border-color css

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

 span { border-color: rgb(116,129,19); }

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