Html Css Color HEX #738013 Trendy Green

📋 copy color: '#738013'

red 115 ◦ green 128 ◦ blue 19

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

Shades of Trendy Green #738013

Tints of Trendy Green #738013

RGB

 RED value IS 115 (45.31% from 255) = 43.89%

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

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

R = 43.89%
G = 48.85%
B = 7.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#738013 (or 0x738013) is known color: Trendy Green. HEX triplet: 73, 80 and 13. RGB value is (115,128,19). Sum of RGB (Red+Green+Blue) = 115+128+19=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #738013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738013 is #8C7FEC. Grayscale: #707070. Windows color (decimal): -9207789 or 1278067. OLE color: 1278067.

HSL color Cylindrical-coordinate representation of color #738013: hue angle of 67.16º 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 #738013 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 19 -
CMYK 0.10 0 0.85 0.50
HSL 67.16º 0.74% 0.29% -
HSV(B) 67.16º 0.85% 0.5% -
XYZ 14.91 19.13 3.52 -
YUV 111.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 115 128 19 0.10 0 0.85 0.50 67.16 0.74 0.29
Hex 73 80 13 A 0 55 32 43 4A 1D
Octal 163 200 23 12 0 125 62 103 112 35
Binary 1110011 10000000 10011 1010 0 1010101 110010 1000011 1001010 11101

Color Harmonies of #738013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738013

Black with #738013

Text Example


Text Example

White with #738013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738013; }

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

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

background-color css

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

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

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

border-color css

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

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

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