Html Css Color HEX #3A5325 Mallard

📋 copy color: '#3A5325'

red 58 ◦ green 83 ◦ blue 37

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

Shades of Mallard #3A5325

Tints of Mallard #3A5325

RGB

 RED value IS 58 (23.05% from 255) = 32.58%

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

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 32.58%
G = 46.63%
B = 20.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#3A5325 (or 0x3A5325) is known color: Mallard. HEX triplet: 3A, 53 and 25. RGB value is (58,83,37). Sum of RGB (Red+Green+Blue) = 58+83+37=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5325 is #C5ACDA. Grayscale: #464646. Windows color (decimal): -12954843 or 2446138. OLE color: 2446138.

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

Color convert

RGB 58 83 37 -
CMYK 0.30 0 0.55 0.67
HSL 92.61º 0.38% 0.24% -
HSV(B) 92.61º 0.55% 0.33% -
XYZ 5.17 7.22 2.87 -
YUV 70.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 58 83 37 0.30 0 0.55 0.67 92.61 0.38 0.24
Hex 3A 53 25 1E 0 37 43 5D 26 18
Octal 72 123 45 36 0 67 103 135 46 30
Binary 111010 1010011 100101 11110 0 110111 1000011 1011101 100110 11000

Color Harmonies of #3A5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5325

Black with #3A5325

Text Example


Text Example

White with #3A5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,37); }

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

background-color css

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

 a { background-color: rgb(58,83,37); }

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

border-color css

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

 span { border-color: rgb(58,83,37); }

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