Html Css Color HEX #3B4235 Mallard

📋 copy color: '#3B4235'

red 59 ◦ green 66 ◦ blue 53

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

Shades of Mallard #3B4235

Tints of Mallard #3B4235

RGB

 RED value IS 59 (23.44% from 255) = 33.15%

 GREEN value IS 66 (26.17% from 255) = 37.08%

 BLUE value IS 53 (21.09% from 255) = 29.78%

R = 33.15%
G = 37.08%
B = 29.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#3B4235 (or 0x3B4235) is known color: Mallard. HEX triplet: 3B, 42 and 35. RGB value is (59,66,53). Sum of RGB (Red+Green+Blue) = 59+66+53=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4235 is #C4BDCA. Grayscale: #3E3E3E. Windows color (decimal): -12893643 or 3490363. OLE color: 3490363.

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

Color convert

RGB 59 66 53 -
CMYK 0.11 0 0.20 0.74
HSL 92.31º 0.11% 0.23% -
HSV(B) 92.31º 0.2% 0.26% -
XYZ 4.39 5.08 4.12 -
YUV 62.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 59 66 53 0.11 0 0.20 0.74 92.31 0.11 0.23
Hex 3B 42 35 B 0 14 4A 5C B 17
Octal 73 102 65 13 0 24 112 134 13 27
Binary 111011 1000010 110101 1011 0 10100 1001010 1011100 1011 10111

Color Harmonies of #3B4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4235

Black with #3B4235

Text Example


Text Example

White with #3B4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,66,53); }

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

background-color css

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

 a { background-color: rgb(59,66,53); }

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

border-color css

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

 span { border-color: rgb(59,66,53); }

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