#738268

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

Shades of Camouflage Green #738268

Tints of Camouflage Green #738268

Color information

#738268 (or 0x738268) is unknown color: approx Camouflage Green. HEX triplet: 73, 82 and 68. RGB value is (115,130,104). Sum of RGB (Red+Green+Blue) = 115+130+104=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #738268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738268 is #8C7D97. Grayscale: #7A7A7A. Windows color (decimal): -9207192 or 6849139. OLE color: 6849139.

HSL color Cylindrical-coordinate representation of color #738268: hue angle of 94.62º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738268 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB115130104-
CMYK0.1200.20.49
HSL94.62º11.11%45.88%-
HSV(B)94.62º20%50.98%-
XYZ17.5520.6116.15-
YUV122.55117.53122.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=32.95%
G=37.25%
B=29.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151301040.1200.20.4994.6211.1145.88
Hex738268C014315fb2e
Octal16320215014024611371356
Binary1110011100000101101000110001010011000110111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738268; }

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

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

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

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

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

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

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

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