Html Css Color HEX #415334 Mallard

📋 copy color: '#415334'

red 65 ◦ green 83 ◦ blue 52

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

Shades of Mallard #415334

Tints of Mallard #415334

RGB

 RED value IS 65 (25.78% from 255) = 32.5%

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 52 (20.7% from 255) = 26%

R = 32.5%
G = 41.5%
B = 26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#415334 (or 0x415334) is known color: Mallard. HEX triplet: 41, 53 and 34. RGB value is (65,83,52). Sum of RGB (Red+Green+Blue) = 65+83+52=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #415334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415334 is #BEACCB. Grayscale: #4A4A4A. Windows color (decimal): -12496076 or 3429185. OLE color: 3429185.

HSL color Cylindrical-coordinate representation of color #415334: hue angle of 94.84º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415334 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 52 -
CMYK 0.22 0 0.37 0.67
HSL 94.84º 0.23% 0.26% -
HSV(B) 94.84º 0.37% 0.33% -
XYZ 5.89 7.56 4.4 -
YUV 74.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 65 83 52 0.22 0 0.37 0.67 94.84 0.23 0.26
Hex 41 53 34 16 0 25 43 5F 17 1A
Octal 101 123 64 26 0 45 103 137 27 32
Binary 1000001 1010011 110100 10110 0 100101 1000011 1011111 10111 11010

Color Harmonies of #415334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415334

Black with #415334

Text Example


Text Example

White with #415334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415334; }

 p { color: rgb(65,83,52); }

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

background-color css

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

 a { background-color: rgb(65,83,52); }

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

border-color css

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

 span { border-color: rgb(65,83,52); }

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