Html Css Color HEX #35402D Mallard

📋 copy color: '#35402D'

red 53 ◦ green 64 ◦ blue 45

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

Shades of Mallard #35402D

Tints of Mallard #35402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.51%

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 32.72%
G = 39.51%
B = 27.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#35402D (or 0x35402D) is known color: Mallard. HEX triplet: 35, 40 and 2D. RGB value is (53,64,45). Sum of RGB (Red+Green+Blue) = 53+64+45=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #35402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35402D is #CABFD2. Grayscale: #3A3A3A. Windows color (decimal): -13287379 or 2965557. OLE color: 2965557.

HSL color Cylindrical-coordinate representation of color #35402D: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35402D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 45 -
CMYK 0.17 0 0.30 0.75
HSL 94.74º 0.17% 0.21% -
HSV(B) 94.74º 0.3% 0.25% -
XYZ 3.78 4.61 3.17 -
YUV 58.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 53 64 45 0.17 0 0.30 0.75 94.74 0.17 0.21
Hex 35 40 2D 11 0 1E 4B 5F 11 15
Octal 65 100 55 21 0 36 113 137 21 25
Binary 110101 1000000 101101 10001 0 11110 1001011 1011111 10001 10101

Color Harmonies of #35402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35402D

Black with #35402D

Text Example


Text Example

White with #35402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35402D; }

 p { color: rgb(53,64,45); }

 H1.HeaderClassName
 {
   color: #35402D;
 }
 .AnyTagClassName
 {
   color: #35402D;
 }
</style>

background-color css

<style>
 a { background-color: #35402D; }

 a { background-color: rgb(53,64,45); }

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

border-color css

<style>
 span { border-color: #35402D; }

 span { border-color: rgb(53,64,45); }

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