Html Css Color HEX #748013 Trendy Green

📋 copy color: '#748013'

red 116 ◦ green 128 ◦ blue 19

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

Shades of Trendy Green #748013

Tints of Trendy Green #748013

RGB

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

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

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

R = 44.11%
G = 48.67%
B = 7.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#748013 (or 0x748013) is known color: Trendy Green. HEX triplet: 74, 80 and 13. RGB value is (116,128,19). Sum of RGB (Red+Green+Blue) = 116+128+19=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #748013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748013 is #8B7FEC. Grayscale: #707070. Windows color (decimal): -9142253 or 1278068. OLE color: 1278068.

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

Color convert

RGB 116 128 19 -
CMYK 0.09 0 0.85 0.50
HSL 66.61º 0.74% 0.29% -
HSV(B) 66.61º 0.85% 0.5% -
XYZ 15.04 19.2 3.53 -
YUV 111.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 116 128 19 0.09 0 0.85 0.50 66.61 0.74 0.29
Hex 74 80 13 9 0 55 32 43 4A 1D
Octal 164 200 23 11 0 125 62 103 112 35
Binary 1110100 10000000 10011 1001 0 1010101 110010 1000011 1001010 11101

Color Harmonies of #748013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748013

Black with #748013

Text Example


Text Example

White with #748013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748013; }

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

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

background-color css

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

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

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

border-color css

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

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

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