#738364

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

Shades of Camouflage Green #738364

Tints of Camouflage Green #738364

Color information

#738364 (or 0x738364) is unknown color: approx Camouflage Green. HEX triplet: 73, 83 and 64. RGB value is (115,131,100). Sum of RGB (Red+Green+Blue) = 115+131+100=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #738364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738364 is #8C7C9B. Grayscale: #7A7A7A. Windows color (decimal): -9206940 or 6587251. OLE color: 6587251.

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

Color convert

RGB115131100-
CMYK0.1200.240.49
HSL90.97º13.42%45.29%-
HSV(B)90.97º23.66%51.37%-
XYZ17.4920.815.15-
YUV122.68115.2122.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.24%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=33.24%
G=37.86%
B=28.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311000.1200.240.4990.9713.4245.29
Hex738364C018315bd2d
Octal16320314414030611331555
Binary1110011100000111100100110001100011000110110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738364; }

 p { color: rgb(115,131,100); }

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

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

 a { background-color: rgb(115,131,100); }

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

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

 span { border-color: rgb(115,131,100); }

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