Html Css Color HEX #3E5420 Clover

📋 copy color: '#3E5420'

red 62 ◦ green 84 ◦ blue 32

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

Shades of Clover #3E5420

Tints of Clover #3E5420

RGB

 RED value IS 62 (24.61% from 255) = 34.83%

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

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

R = 34.83%
G = 47.19%
B = 17.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#3E5420 (or 0x3E5420) is known color: Clover. HEX triplet: 3E, 54 and 20. RGB value is (62,84,32). Sum of RGB (Red+Green+Blue) = 62+84+32=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #3E5420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5420 is #C1ABDF. Grayscale: #474747. Windows color (decimal): -12692448 or 2118718. OLE color: 2118718.

HSL color Cylindrical-coordinate representation of color #3E5420: hue angle of 85.38º 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 #3E5420 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 84 32 -
CMYK 0.26 0 0.62 0.67
HSL 85.38º 0.45% 0.23% -
HSV(B) 85.38º 0.62% 0.33% -
XYZ 5.42 7.47 2.52 -
YUV 71.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 62 84 32 0.26 0 0.62 0.67 85.38 0.45 0.23
Hex 3E 54 20 1A 0 3E 43 55 2D 17
Octal 76 124 40 32 0 76 103 125 55 27
Binary 111110 1010100 100000 11010 0 111110 1000011 1010101 101101 10111

Color Harmonies of #3E5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5420

Black with #3E5420

Text Example


Text Example

White with #3E5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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