Html Css Color HEX #728361 Camouflage Green

📋 copy color: '#728361'

red 114 ◦ green 131 ◦ blue 97

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

Shades of Camouflage Green #728361

Tints of Camouflage Green #728361

RGB

 RED value IS 114 (44.92% from 255) = 33.33%

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 33.33%
G = 38.3%
B = 28.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#728361 (or 0x728361) is known color: Camouflage Green. HEX triplet: 72, 83 and 61. RGB value is (114,131,97). Sum of RGB (Red+Green+Blue) = 114+131+97=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #728361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728361 is #8D7C9E. Grayscale: #7A7A7A. Windows color (decimal): -9272479 or 6390642. OLE color: 6390642.

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

Color convert

RGB 114 131 97 -
CMYK 0.13 0 0.26 0.49
HSL 90º 0.15% 0.45% -
HSV(B) 90º 0.26% 0.51% -
XYZ 17.21 20.67 14.39 -
YUV 122.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 114 131 97 0.13 0 0.26 0.49 90 0.15 0.45
Hex 72 83 61 D 0 1A 31 5A F 2D
Octal 162 203 141 15 0 32 61 132 17 55
Binary 1110010 10000011 1100001 1101 0 11010 110001 1011010 1111 101101

Color Harmonies of #728361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728361

Black with #728361

Text Example


Text Example

White with #728361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728361; }

 p { color: rgb(114,131,97); }

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

background-color css

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

 a { background-color: rgb(114,131,97); }

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

border-color css

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

 span { border-color: rgb(114,131,97); }

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