Html Css Color HEX #738512 Trendy Green

📋 copy color: '#738512'

red 115 ◦ green 133 ◦ blue 18

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

Shades of Trendy Green #738512

Tints of Trendy Green #738512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 43.23%
G = 50%
B = 6.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#738512 (or 0x738512) is known color: Trendy Green. HEX triplet: 73, 85 and 12. RGB value is (115,133,18). Sum of RGB (Red+Green+Blue) = 115+133+18=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #738512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738512 is #8C7AED. Grayscale: #727272. Windows color (decimal): -9206510 or 1213811. OLE color: 1213811.

HSL color Cylindrical-coordinate representation of color #738512: hue angle of 69.39º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #738512 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 18 -
CMYK 0.14 0 0.86 0.48
HSL 69.39º 0.76% 0.3% -
HSV(B) 69.39º 0.86% 0.52% -
XYZ 15.57 20.46 3.7 -
YUV 114.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 115 133 18 0.14 0 0.86 0.48 69.39 0.76 0.3
Hex 73 85 12 E 0 56 30 45 4C 1E
Octal 163 205 22 16 0 126 60 105 114 36
Binary 1110011 10000101 10010 1110 0 1010110 110000 1000101 1001100 11110

Color Harmonies of #738512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738512

Black with #738512

Text Example


Text Example

White with #738512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738512; }

 p { color: rgb(115,133,18); }

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

background-color css

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

 a { background-color: rgb(115,133,18); }

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

border-color css

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

 span { border-color: rgb(115,133,18); }

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