#73825F

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

Shades of Camouflage Green #73825F

Tints of Camouflage Green #73825F

Color information

#73825F (or 0x73825F) is unknown color: approx Camouflage Green. HEX triplet: 73, 82 and 5F. RGB value is (115,130,95). Sum of RGB (Red+Green+Blue) = 115+130+95=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #73825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73825F is #8C7DA0. Grayscale: #797979. Windows color (decimal): -9207201 or 6259315. OLE color: 6259315.

HSL color Cylindrical-coordinate representation of color #73825F: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73825F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB11513095-
CMYK0.1200.270.49
HSL85.71º15.56%44.12%-
HSV(B)85.71º26.92%50.98%-
XYZ17.1220.4413.87-
YUV121.52113.03123.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=33.82%
G=38.24%
B=27.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130950.1200.270.4985.7115.5644.12
Hex73825FC01B3156102c
Octal16320213714033611262054
Binary11100111000001010111111100011011110001101011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73825F; }

 p { color: rgb(115,130,95); }

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

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

 a { background-color: rgb(115,130,95); }

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

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

 span { border-color: rgb(115,130,95); }

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