#484630

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

Shades of Camouflage #484630

Tints of Camouflage #484630

Color information

#484630 (or 0x484630) is unknown color: approx Camouflage. HEX triplet: 48, 46 and 30. RGB value is (72,70,48). Sum of RGB (Red+Green+Blue) = 72+70+48=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #484630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484630 is #B7B9CF. Grayscale: #444444. Windows color (decimal): -12040656 or 3163720. OLE color: 3163720.

HSL color Cylindrical-coordinate representation of color #484630: hue angle of 55º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484630 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB727048-
CMYK00.030.330.72
HSL55º20%23.53%-
HSV(B)55º33.33%28.24%-
XYZ5.45.973.66-
YUV68.09116.66130.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=37.89%
G=36.84%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72704800.030.330.72552023.53
Hex484630032148371418
Octal110106600341110672430
Binary1001000100011011000001110000110010001101111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484630; }

 p { color: rgb(72,70,48); }

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

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

 a { background-color: rgb(72,70,48); }

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

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

 span { border-color: rgb(72,70,48); }

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