Html Css Color HEX #718318 Trendy Green

📋 copy color: '#718318'

red 113 ◦ green 131 ◦ blue 24

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

Shades of Trendy Green #718318

Tints of Trendy Green #718318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 42.16%
G = 48.88%
B = 8.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#718318 (or 0x718318) is known color: Trendy Green. HEX triplet: 71, 83 and 18. RGB value is (113,131,24). Sum of RGB (Red+Green+Blue) = 113+131+24=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #718318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718318 is #8E7CE7. Grayscale: #717171. Windows color (decimal): -9338088 or 1606513. OLE color: 1606513.

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

Color convert

RGB 113 131 24 -
CMYK 0.14 0 0.82 0.49
HSL 70.09º 0.69% 0.3% -
HSV(B) 70.09º 0.82% 0.51% -
XYZ 15.09 19.81 3.89 -
YUV 113.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 113 131 24 0.14 0 0.82 0.49 70.09 0.69 0.3
Hex 71 83 18 E 0 52 31 46 45 1E
Octal 161 203 30 16 0 122 61 106 105 36
Binary 1110001 10000011 11000 1110 0 1010010 110001 1000110 1000101 11110

Color Harmonies of #718318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718318

Black with #718318

Text Example


Text Example

White with #718318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718318; }

 p { color: rgb(113,131,24); }

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

background-color css

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

 a { background-color: rgb(113,131,24); }

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

border-color css

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

 span { border-color: rgb(113,131,24); }

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