Html Css Color HEX #3A4730 Mallard

📋 copy color: '#3A4730'

red 58 ◦ green 71 ◦ blue 48

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

Shades of Mallard #3A4730

Tints of Mallard #3A4730

RGB

 RED value IS 58 (23.05% from 255) = 32.77%

 GREEN value IS 71 (28.13% from 255) = 40.11%

 BLUE value IS 48 (19.14% from 255) = 27.12%

R = 32.77%
G = 40.11%
B = 27.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#3A4730 (or 0x3A4730) is known color: Mallard. HEX triplet: 3A, 47 and 30. RGB value is (58,71,48). Sum of RGB (Red+Green+Blue) = 58+71+48=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4730 is #C5B8CF. Grayscale: #404040. Windows color (decimal): -12957904 or 3163962. OLE color: 3163962.

HSL color Cylindrical-coordinate representation of color #3A4730: hue angle of 93.91º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A4730 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 48 -
CMYK 0.18 0 0.32 0.72
HSL 93.91º 0.19% 0.23% -
HSV(B) 93.91º 0.32% 0.28% -
XYZ 4.53 5.62 3.64 -
YUV 64.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 58 71 48 0.18 0 0.32 0.72 93.91 0.19 0.23
Hex 3A 47 30 12 0 20 48 5E 13 17
Octal 72 107 60 22 0 40 110 136 23 27
Binary 111010 1000111 110000 10010 0 100000 1001000 1011110 10011 10111

Color Harmonies of #3A4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4730

Black with #3A4730

Text Example


Text Example

White with #3A4730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4730; }

 p { color: rgb(58,71,48); }

 H1.HeaderClassName
 {
   color: #3A4730;
 }
 .AnyTagClassName
 {
   color: #3A4730;
 }
</style>

background-color css

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

 a { background-color: rgb(58,71,48); }

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

border-color css

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

 span { border-color: rgb(58,71,48); }

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