#738062

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

Shades of Camouflage Green #738062

Tints of Camouflage Green #738062

Color information

#738062 (or 0x738062) is unknown color: approx Camouflage Green. HEX triplet: 73, 80 and 62. RGB value is (115,128,98). Sum of RGB (Red+Green+Blue) = 115+128+98=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #738062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738062 is #8C7F9D. Grayscale: #787878. Windows color (decimal): -9207710 or 6455411. OLE color: 6455411.

HSL color Cylindrical-coordinate representation of color #738062: hue angle of 86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738062 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB11512898-
CMYK0.1000.230.50
HSL86º13.27%44.31%-
HSV(B)86º23.44%50.2%-
XYZ16.9919.9714.51-
YUV120.69115.19123.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=33.72%
G=37.54%
B=28.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115128980.1000.230.508613.2744.31
Hex738062A0173256d2c
Octal16320014212027621261554
Binary1110011100000001100010101001011111001010101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738062; }

 p { color: rgb(115,128,98); }

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

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

 a { background-color: rgb(115,128,98); }

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

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

 span { border-color: rgb(115,128,98); }

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