Html Css Color HEX #748028 Trendy Green

📋 copy color: '#748028'

red 116 ◦ green 128 ◦ blue 40

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

Shades of Trendy Green #748028

Tints of Trendy Green #748028

RGB

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

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

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

R = 40.85%
G = 45.07%
B = 14.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#748028 (or 0x748028) is known color: Trendy Green. HEX triplet: 74, 80 and 28. RGB value is (116,128,40). Sum of RGB (Red+Green+Blue) = 116+128+40=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #748028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748028 is #8B7FD7. Grayscale: #727272. Windows color (decimal): -9142232 or 2654324. OLE color: 2654324.

HSL color Cylindrical-coordinate representation of color #748028: hue angle of 68.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #748028 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 40 -
CMYK 0.09 0 0.69 0.50
HSL 68.18º 0.52% 0.33% -
HSV(B) 68.18º 0.69% 0.5% -
XYZ 15.3 19.3 4.93 -
YUV 114.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 116 128 40 0.09 0 0.69 0.50 68.18 0.52 0.33
Hex 74 80 28 9 0 45 32 44 34 21
Octal 164 200 50 11 0 105 62 104 64 41
Binary 1110100 10000000 101000 1001 0 1000101 110010 1000100 110100 100001

Color Harmonies of #748028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748028

Black with #748028

Text Example


Text Example

White with #748028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748028; }

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

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

background-color css

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

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

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

border-color css

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

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

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