Html Css Color HEX #3D5224 Clover

📋 copy color: '#3D5224'

red 61 ◦ green 82 ◦ blue 36

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

Shades of Clover #3D5224

Tints of Clover #3D5224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.81%

 BLUE value IS 36 (14.45% from 255) = 20.11%

R = 34.08%
G = 45.81%
B = 20.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#3D5224 (or 0x3D5224) is known color: Clover. HEX triplet: 3D, 52 and 24. RGB value is (61,82,36). Sum of RGB (Red+Green+Blue) = 61+82+36=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #3D5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5224 is #C2ADDB. Grayscale: #464646. Windows color (decimal): -12758492 or 2380349. OLE color: 2380349.

HSL color Cylindrical-coordinate representation of color #3D5224: hue angle of 87.39º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D5224 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 61 82 36 -
CMYK 0.26 0 0.56 0.68
HSL 87.39º 0.39% 0.23% -
HSV(B) 87.39º 0.56% 0.32% -
XYZ 5.26 7.15 2.77 -
YUV 70.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 61 82 36 0.26 0 0.56 0.68 87.39 0.39 0.23
Hex 3D 52 24 1A 0 38 44 57 27 17
Octal 75 122 44 32 0 70 104 127 47 27
Binary 111101 1010010 100100 11010 0 111000 1000100 1010111 100111 10111

Color Harmonies of #3D5224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5224

Black with #3D5224

Text Example


Text Example

White with #3D5224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,82,36); }

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

background-color css

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

 a { background-color: rgb(61,82,36); }

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

border-color css

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

 span { border-color: rgb(61,82,36); }

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