Html Css Color HEX #353D2E Mallard

📋 copy color: '#353D2E'

red 53 ◦ green 61 ◦ blue 46

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

Shades of Mallard #353D2E

Tints of Mallard #353D2E

RGB

 RED value IS 53 (21.09% from 255) = 33.13%

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 46 (18.36% from 255) = 28.75%

R = 33.13%
G = 38.13%
B = 28.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#353D2E (or 0x353D2E) is known color: Mallard. HEX triplet: 35, 3D and 2E. RGB value is (53,61,46). Sum of RGB (Red+Green+Blue) = 53+61+46=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 61 - color contains mainly: green. Hex color #353D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D2E is #CAC2D1. Grayscale: #383838. Windows color (decimal): -13288146 or 3030325. OLE color: 3030325.

HSL color Cylindrical-coordinate representation of color #353D2E: hue angle of 92º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353D2E is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 61 46 -
CMYK 0.13 0 0.25 0.76
HSL 92º 0.14% 0.21% -
HSV(B) 92º 0.25% 0.24% -
XYZ 3.63 4.29 3.22 -
YUV 56.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 53 61 46 0.13 0 0.25 0.76 92 0.14 0.21
Hex 35 3D 2E D 0 19 4C 5C E 15
Octal 65 75 56 15 0 31 114 134 16 25
Binary 110101 111101 101110 1101 0 11001 1001100 1011100 1110 10101

Color Harmonies of #353D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D2E

Black with #353D2E

Text Example


Text Example

White with #353D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353D2E; }

 p { color: rgb(53,61,46); }

 H1.HeaderClassName
 {
   color: #353D2E;
 }
 .AnyTagClassName
 {
   color: #353D2E;
 }
</style>

background-color css

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

 a { background-color: rgb(53,61,46); }

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

border-color css

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

 span { border-color: rgb(53,61,46); }

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