Html Css Color HEX #3B532B Mallard

📋 copy color: '#3B532B'

red 59 ◦ green 83 ◦ blue 43

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

Shades of Mallard #3B532B

Tints of Mallard #3B532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.24%

R = 31.89%
G = 44.86%
B = 23.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3B532B (or 0x3B532B) is known color: Mallard. HEX triplet: 3B, 53 and 2B. RGB value is (59,83,43). Sum of RGB (Red+Green+Blue) = 59+83+43=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3B532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B532B is #C4ACD4. Grayscale: #474747. Windows color (decimal): -12889301 or 2839355. OLE color: 2839355.

HSL color Cylindrical-coordinate representation of color #3B532B: hue angle of 96º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B532B is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 83 43 -
CMYK 0.29 0 0.48 0.67
HSL 96º 0.32% 0.25% -
HSV(B) 96º 0.48% 0.33% -
XYZ 5.33 7.29 3.41 -
YUV 71.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 59 83 43 0.29 0 0.48 0.67 96 0.32 0.25
Hex 3B 53 2B 1D 0 30 43 60 20 19
Octal 73 123 53 35 0 60 103 140 40 31
Binary 111011 1010011 101011 11101 0 110000 1000011 1100000 100000 11001

Color Harmonies of #3B532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B532B

Black with #3B532B

Text Example


Text Example

White with #3B532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,83,43); }

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

background-color css

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

 a { background-color: rgb(59,83,43); }

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

border-color css

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

 span { border-color: rgb(59,83,43); }

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