Html Css Color HEX #35452A Mallard

📋 copy color: '#35452A'

red 53 ◦ green 69 ◦ blue 42

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

Shades of Mallard #35452A

Tints of Mallard #35452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.07%

 BLUE value IS 42 (16.8% from 255) = 25.61%

R = 32.32%
G = 42.07%
B = 25.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#35452A (or 0x35452A) is known color: Mallard. HEX triplet: 35, 45 and 2A. RGB value is (53,69,42). Sum of RGB (Red+Green+Blue) = 53+69+42=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #35452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35452A is #CABAD5. Grayscale: #3D3D3D. Windows color (decimal): -13286102 or 2770229. OLE color: 2770229.

HSL color Cylindrical-coordinate representation of color #35452A: hue angle of 95.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35452A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 42 -
CMYK 0.23 0 0.39 0.73
HSL 95.56º 0.24% 0.22% -
HSV(B) 95.56º 0.39% 0.27% -
XYZ 4.01 5.18 2.98 -
YUV 61.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 53 69 42 0.23 0 0.39 0.73 95.56 0.24 0.22
Hex 35 45 2A 17 0 27 49 60 18 16
Octal 65 105 52 27 0 47 111 140 30 26
Binary 110101 1000101 101010 10111 0 100111 1001001 1100000 11000 10110

Color Harmonies of #35452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35452A

Black with #35452A

Text Example


Text Example

White with #35452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35452A; }

 p { color: rgb(53,69,42); }

 H1.HeaderClassName
 {
   color: #35452A;
 }
 .AnyTagClassName
 {
   color: #35452A;
 }
</style>

background-color css

<style>
 a { background-color: #35452A; }

 a { background-color: rgb(53,69,42); }

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

border-color css

<style>
 span { border-color: #35452A; }

 span { border-color: rgb(53,69,42); }

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