Html Css Color HEX #3D5920 Clover

📋 copy color: '#3D5920'

red 61 ◦ green 89 ◦ blue 32

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

Shades of Clover #3D5920

Tints of Clover #3D5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.9%

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

R = 33.52%
G = 48.9%
B = 17.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#3D5920 (or 0x3D5920) is known color: Clover. HEX triplet: 3D, 59 and 20. RGB value is (61,89,32). Sum of RGB (Red+Green+Blue) = 61+89+32=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5920 is #C2A6DF. Grayscale: #4A4A4A. Windows color (decimal): -12756704 or 2119997. OLE color: 2119997.

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

Color convert

RGB 61 89 32 -
CMYK 0.31 0 0.64 0.65
HSL 89.47º 0.47% 0.24% -
HSV(B) 89.47º 0.64% 0.35% -
XYZ 5.76 8.24 2.65 -
YUV 74.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 61 89 32 0.31 0 0.64 0.65 89.47 0.47 0.24
Hex 3D 59 20 1F 0 40 41 59 2F 18
Octal 75 131 40 37 0 100 101 131 57 30
Binary 111101 1011001 100000 11111 0 1000000 1000001 1011001 101111 11000

Color Harmonies of #3D5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5920

Black with #3D5920

Text Example


Text Example

White with #3D5920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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