#718133

Color #718133 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #718133

Tints of Trendy Green #718133

Color information

#718133 (or 0x718133) is unknown color: approx Trendy Green. HEX triplet: 71, 81 and 33. RGB value is (113,129,51). Sum of RGB (Red+Green+Blue) = 113+129+51=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #718133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718133 is #8E7ECC. Grayscale: #737373. Windows color (decimal): -9338573 or 3375473. OLE color: 3375473.

HSL color Cylindrical-coordinate representation of color #718133: hue angle of 72.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718133 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB11312951-
CMYK0.1200.600.49
HSL72.31º43.33%35.29%-
HSV(B)72.31º60.47%50.59%-
XYZ15.2619.456.08-
YUV115.3291.7126.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=38.57%
G=44.03%
B=17.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129510.1200.600.4972.3143.3335.29
Hex718133C03C31482b23
Octal1612016314074611105343
Binary111000110000001110011110001111001100011001000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718133; }

 p { color: rgb(113,129,51); }

 H1.HeaderClassName
 {
   color: #718133;
 }
 .AnyTagClassName
 {
   color: #718133;
 }
</style>
background-color css

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

 a { background-color: rgb(113,129,51); }

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

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

 span { border-color: rgb(113,129,51); }

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