Html Css Color HEX #3B5326 Mallard

📋 copy color: '#3B5326'

red 59 ◦ green 83 ◦ blue 38

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

Shades of Mallard #3B5326

Tints of Mallard #3B5326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 32.78%
G = 46.11%
B = 21.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#3B5326 (or 0x3B5326) is known color: Mallard. HEX triplet: 3B, 53 and 26. RGB value is (59,83,38). Sum of RGB (Red+Green+Blue) = 59+83+38=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5326 is #C4ACD9. Grayscale: #464646. Windows color (decimal): -12889306 or 2511675. OLE color: 2511675.

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

Color convert

RGB 59 83 38 -
CMYK 0.29 0 0.54 0.67
HSL 92º 0.37% 0.24% -
HSV(B) 92º 0.54% 0.33% -
XYZ 5.25 7.26 2.96 -
YUV 70.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 59 83 38 0.29 0 0.54 0.67 92 0.37 0.24
Hex 3B 53 26 1D 0 36 43 5C 25 18
Octal 73 123 46 35 0 66 103 134 45 30
Binary 111011 1010011 100110 11101 0 110110 1000011 1011100 100101 11000

Color Harmonies of #3B5326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5326

Black with #3B5326

Text Example


Text Example

White with #3B5326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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