Html Css Color HEX #3D5B20 Clover

📋 copy color: '#3D5B20'

red 61 ◦ green 91 ◦ blue 32

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

Shades of Clover #3D5B20

Tints of Clover #3D5B20

RGB

 RED value IS 61 (24.22% from 255) = 33.15%

 GREEN value IS 91 (35.94% from 255) = 49.46%

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

R = 33.15%
G = 49.46%
B = 17.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#3D5B20 (or 0x3D5B20) is known color: Clover. HEX triplet: 3D, 5B and 20. RGB value is (61,91,32). Sum of RGB (Red+Green+Blue) = 61+91+32=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B20 is #C2A4DF. Grayscale: #4B4B4B. Windows color (decimal): -12756192 or 2120509. OLE color: 2120509.

HSL color Cylindrical-coordinate representation of color #3D5B20: hue angle of 90.51º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D5B20 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 61 91 32 -
CMYK 0.33 0 0.65 0.64
HSL 90.51º 0.48% 0.24% -
HSV(B) 90.51º 0.65% 0.36% -
XYZ 5.93 8.58 2.71 -
YUV 75.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 61 91 32 0.33 0 0.65 0.64 90.51 0.48 0.24
Hex 3D 5B 20 21 0 41 40 5B 30 18
Octal 75 133 40 41 0 101 100 133 60 30
Binary 111101 1011011 100000 100001 0 1000001 1000000 1011011 110000 11000

Color Harmonies of #3D5B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B20

Black with #3D5B20

Text Example


Text Example

White with #3D5B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,91,32); }

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

background-color css

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

 a { background-color: rgb(61,91,32); }

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

border-color css

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

 span { border-color: rgb(61,91,32); }

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