Html Css Color HEX #718362 Camouflage Green

📋 copy color: '#718362'

red 113 ◦ green 131 ◦ blue 98

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

Shades of Camouflage Green #718362

Tints of Camouflage Green #718362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 33.04%
G = 38.3%
B = 28.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#718362 (or 0x718362) is known color: Camouflage Green. HEX triplet: 71, 83 and 62. RGB value is (113,131,98). Sum of RGB (Red+Green+Blue) = 113+131+98=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #718362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718362 is #8E7C9D. Grayscale: #797979. Windows color (decimal): -9338014 or 6456177. OLE color: 6456177.

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

Color convert

RGB 113 131 98 -
CMYK 0.14 0 0.25 0.49
HSL 92.73º 0.14% 0.45% -
HSV(B) 92.73º 0.25% 0.51% -
XYZ 17.13 20.63 14.63 -
YUV 121.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 113 131 98 0.14 0 0.25 0.49 92.73 0.14 0.45
Hex 71 83 62 E 0 19 31 5D E 2D
Octal 161 203 142 16 0 31 61 135 16 55
Binary 1110001 10000011 1100010 1110 0 11001 110001 1011101 1110 101101

Color Harmonies of #718362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718362

Black with #718362

Text Example


Text Example

White with #718362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718362; }

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

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

background-color css

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

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

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

border-color css

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

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

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