Html Css Color HEX #718028 Trendy Green

📋 copy color: '#718028'

red 113 ◦ green 128 ◦ blue 40

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

Shades of Trendy Green #718028

Tints of Trendy Green #718028

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

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

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

R = 40.21%
G = 45.55%
B = 14.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#718028 (or 0x718028) is known color: Trendy Green. HEX triplet: 71, 80 and 28. RGB value is (113,128,40). Sum of RGB (Red+Green+Blue) = 113+128+40=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #718028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718028 is #8E7FD7. Grayscale: #717171. Windows color (decimal): -9338840 or 2654321. OLE color: 2654321.

HSL color Cylindrical-coordinate representation of color #718028: hue angle of 70.23º 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 #718028 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 40 -
CMYK 0.12 0 0.69 0.50
HSL 70.23º 0.52% 0.33% -
HSV(B) 70.23º 0.69% 0.5% -
XYZ 14.91 19.1 4.91 -
YUV 113.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 113 128 40 0.12 0 0.69 0.50 70.23 0.52 0.33
Hex 71 80 28 C 0 45 32 46 34 21
Octal 161 200 50 14 0 105 62 106 64 41
Binary 1110001 10000000 101000 1100 0 1000101 110010 1000110 110100 100001

Color Harmonies of #718028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718028

Black with #718028

Text Example


Text Example

White with #718028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718028; }

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

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

background-color css

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

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

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

border-color css

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

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

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