Html Css Color HEX #3A4330 Mallard

📋 copy color: '#3A4330'

red 58 ◦ green 67 ◦ blue 48

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

Shades of Mallard #3A4330

Tints of Mallard #3A4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.73%

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

R = 33.53%
G = 38.73%
B = 27.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#3A4330 (or 0x3A4330) is known color: Mallard. HEX triplet: 3A, 43 and 30. RGB value is (58,67,48). Sum of RGB (Red+Green+Blue) = 58+67+48=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4330 is #C5BCCF. Grayscale: #3E3E3E. Windows color (decimal): -12958928 or 3162938. OLE color: 3162938.

HSL color Cylindrical-coordinate representation of color #3A4330: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A4330 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 48 -
CMYK 0.13 0 0.28 0.74
HSL 88.42º 0.17% 0.23% -
HSV(B) 88.42º 0.28% 0.26% -
XYZ 4.29 5.13 3.56 -
YUV 62.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 58 67 48 0.13 0 0.28 0.74 88.42 0.17 0.23
Hex 3A 43 30 D 0 1C 4A 58 11 17
Octal 72 103 60 15 0 34 112 130 21 27
Binary 111010 1000011 110000 1101 0 11100 1001010 1011000 10001 10111

Color Harmonies of #3A4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4330

Black with #3A4330

Text Example


Text Example

White with #3A4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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