Html Css Color HEX #4C4828 Camouflage

📋 copy color: '#4C4828'

red 76 ◦ green 72 ◦ blue 40

#4C4828
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage #4C4828

Tints of Camouflage #4C4828

RGB

 RED value IS 76 (30.08% from 255) = 40.43%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 40 (16.02% from 255) = 21.28%

R = 40.43%
G = 38.3%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C4828 (or 0x4C4828) is known color: Camouflage. HEX triplet: 4C, 48 and 28. RGB value is (76,72,40). Sum of RGB (Red+Green+Blue) = 76+72+40=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4828 is #B3B7D7. Grayscale: #454545. Windows color (decimal): -11778008 or 2639948. OLE color: 2639948.

HSL color Cylindrical-coordinate representation of color #4C4828: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C4828 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 72 40 -
CMYK 0 0.05 0.47 0.70
HSL 53.33º 0.31% 0.23% -
HSV(B) 53.33º 0.47% 0.3% -
XYZ 5.68 6.32 2.93 -
YUV 69.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 76 72 40 0 0.05 0.47 0.70 53.33 0.31 0.23
Hex 4C 48 28 0 5 2F 46 35 1F 17
Octal 114 110 50 0 5 57 106 65 37 27
Binary 1001100 1001000 101000 0 101 101111 1000110 110101 11111 10111

Color Harmonies of #4C4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4828

Black with #4C4828

Text Example


Text Example

White with #4C4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4828; }

 p { color: rgb(76,72,40); }

 H1.HeaderClassName
 {
   color: #4C4828;
 }
 .AnyTagClassName
 {
   color: #4C4828;
 }
</style>

background-color css

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

 a { background-color: rgb(76,72,40); }

 div.DivClassName
 {
   background-color: #4C4828;
 }
 .BgClassName
 {
   background-color: #4C4828;
 }
</style>

border-color css

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

 span { border-color: rgb(76,72,40); }

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