Html Css Color HEX #3D5524 Clover

📋 copy color: '#3D5524'

red 61 ◦ green 85 ◦ blue 36

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

Shades of Clover #3D5524

Tints of Clover #3D5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 33.52%
G = 46.7%
B = 19.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#3D5524 (or 0x3D5524) is known color: Clover. HEX triplet: 3D, 55 and 24. RGB value is (61,85,36). Sum of RGB (Red+Green+Blue) = 61+85+36=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5524 is #C2AADB. Grayscale: #484848. Windows color (decimal): -12757724 or 2381117. OLE color: 2381117.

HSL color Cylindrical-coordinate representation of color #3D5524: hue angle of 89.39º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D5524 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 85 36 -
CMYK 0.28 0 0.58 0.67
HSL 89.39º 0.4% 0.24% -
HSV(B) 89.39º 0.58% 0.33% -
XYZ 5.49 7.62 2.85 -
YUV 72.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 61 85 36 0.28 0 0.58 0.67 89.39 0.4 0.24
Hex 3D 55 24 1C 0 3A 43 59 28 18
Octal 75 125 44 34 0 72 103 131 50 30
Binary 111101 1010101 100100 11100 0 111010 1000011 1011001 101000 11000

Color Harmonies of #3D5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5524

Black with #3D5524

Text Example


Text Example

White with #3D5524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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