Html Css Color HEX #748129 Trendy Green

📋 copy color: '#748129'

red 116 ◦ green 129 ◦ blue 41

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

Shades of Trendy Green #748129

Tints of Trendy Green #748129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 40.56%
G = 45.1%
B = 14.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#748129 (or 0x748129) is known color: Trendy Green. HEX triplet: 74, 81 and 29. RGB value is (116,129,41). Sum of RGB (Red+Green+Blue) = 116+129+41=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #748129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748129 is #8B7ED6. Grayscale: #737373. Windows color (decimal): -9141975 or 2720116. OLE color: 2720116.

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

Color convert

RGB 116 129 41 -
CMYK 0.10 0 0.68 0.49
HSL 68.86º 0.52% 0.33% -
HSV(B) 68.86º 0.68% 0.51% -
XYZ 15.45 19.57 5.06 -
YUV 115.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 116 129 41 0.10 0 0.68 0.49 68.86 0.52 0.33
Hex 74 81 29 A 0 44 31 45 34 21
Octal 164 201 51 12 0 104 61 105 64 41
Binary 1110100 10000001 101001 1010 0 1000100 110001 1000101 110100 100001

Color Harmonies of #748129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748129

Black with #748129

Text Example


Text Example

White with #748129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748129; }

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

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

background-color css

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

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

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

border-color css

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

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

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