Html Css Color HEX #748412 Trendy Green

📋 copy color: '#748412'

red 116 ◦ green 132 ◦ blue 18

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

Shades of Trendy Green #748412

Tints of Trendy Green #748412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 43.61%
G = 49.62%
B = 6.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#748412 (or 0x748412) is known color: Trendy Green. HEX triplet: 74, 84 and 12. RGB value is (116,132,18). Sum of RGB (Red+Green+Blue) = 116+132+18=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #748412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748412 is #8B7BED. Grayscale: #727272. Windows color (decimal): -9141230 or 1213556. OLE color: 1213556.

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

Color convert

RGB 116 132 18 -
CMYK 0.12 0 0.86 0.48
HSL 68.42º 0.76% 0.29% -
HSV(B) 68.42º 0.86% 0.52% -
XYZ 15.56 20.26 3.66 -
YUV 114.22 73.7 129.27 -
System Red Green Blue C M Y K H S L
Decimal 116 132 18 0.12 0 0.86 0.48 68.42 0.76 0.29
Hex 74 84 12 C 0 56 30 44 4C 1D
Octal 164 204 22 14 0 126 60 104 114 35
Binary 1110100 10000100 10010 1100 0 1010110 110000 1000100 1001100 11101

Color Harmonies of #748412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748412

Black with #748412

Text Example


Text Example

White with #748412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748412; }

 p { color: rgb(116,132,18); }

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

background-color css

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

 a { background-color: rgb(116,132,18); }

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

border-color css

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

 span { border-color: rgb(116,132,18); }

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