Html Css Color HEX #3A5420 Clover

📋 copy color: '#3A5420'

red 58 ◦ green 84 ◦ blue 32

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

Shades of Clover #3A5420

Tints of Clover #3A5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 33.33%
G = 48.28%
B = 18.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#3A5420 (or 0x3A5420) is known color: Clover. HEX triplet: 3A, 54 and 20. RGB value is (58,84,32). Sum of RGB (Red+Green+Blue) = 58+84+32=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5420 is #C5ABDF. Grayscale: #464646. Windows color (decimal): -12954592 or 2118714. OLE color: 2118714.

HSL color Cylindrical-coordinate representation of color #3A5420: hue angle of 90º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A5420 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 32 -
CMYK 0.31 0 0.62 0.67
HSL 90º 0.45% 0.23% -
HSV(B) 90º 0.62% 0.33% -
XYZ 5.18 7.34 2.51 -
YUV 70.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 58 84 32 0.31 0 0.62 0.67 90 0.45 0.23
Hex 3A 54 20 1F 0 3E 43 5A 2D 17
Octal 72 124 40 37 0 76 103 132 55 27
Binary 111010 1010100 100000 11111 0 111110 1000011 1011010 101101 10111

Color Harmonies of #3A5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5420

Black with #3A5420

Text Example


Text Example

White with #3A5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,84,32); }

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

background-color css

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

 a { background-color: rgb(58,84,32); }

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

border-color css

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

 span { border-color: rgb(58,84,32); }

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