Html Css Color HEX #748128 Trendy Green

📋 copy color: '#748128'

red 116 ◦ green 129 ◦ blue 40

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

Shades of Trendy Green #748128

Tints of Trendy Green #748128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 40.7%
G = 45.26%
B = 14.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#748128 (or 0x748128) is known color: Trendy Green. HEX triplet: 74, 81 and 28. RGB value is (116,129,40). Sum of RGB (Red+Green+Blue) = 116+129+40=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #748128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748128 is #8B7ED7. Grayscale: #737373. Windows color (decimal): -9141976 or 2654580. OLE color: 2654580.

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

Color convert

RGB 116 129 40 -
CMYK 0.10 0 0.69 0.49
HSL 68.76º 0.53% 0.33% -
HSV(B) 68.76º 0.69% 0.51% -
XYZ 15.44 19.57 4.97 -
YUV 114.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 116 129 40 0.10 0 0.69 0.49 68.76 0.53 0.33
Hex 74 81 28 A 0 45 31 45 35 21
Octal 164 201 50 12 0 105 61 105 65 41
Binary 1110100 10000001 101000 1010 0 1000101 110001 1000101 110101 100001

Color Harmonies of #748128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748128

Black with #748128

Text Example


Text Example

White with #748128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748128; }

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

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

background-color css

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

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

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

border-color css

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

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

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