#748368

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

Shades of Camouflage Green #748368

Tints of Camouflage Green #748368

Color information

#748368 (or 0x748368) is unknown color: approx Camouflage Green. HEX triplet: 74, 83 and 68. RGB value is (116,131,104). Sum of RGB (Red+Green+Blue) = 116+131+104=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #748368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748368 is #8B7C97. Grayscale: #7B7B7B. Windows color (decimal): -9141400 or 6849396. OLE color: 6849396.

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

Color convert

RGB116131104-
CMYK0.1100.210.49
HSL93.33º11.49%46.08%-
HSV(B)93.33º20.61%51.37%-
XYZ17.8220.9516.2-
YUV123.44117.03122.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=33.05%
G=37.32%
B=29.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161311040.1100.210.4993.3311.4946.08
Hex748368B015315db2e
Octal16420315013025611351356
Binary1110100100000111101000101101010111000110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748368; }

 p { color: rgb(116,131,104); }

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

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

 a { background-color: rgb(116,131,104); }

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

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

 span { border-color: rgb(116,131,104); }

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