Html Css Color HEX #3D5527 Clover

📋 copy color: '#3D5527'

red 61 ◦ green 85 ◦ blue 39

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

Shades of Clover #3D5527

Tints of Clover #3D5527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 32.97%
G = 45.95%
B = 21.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#3D5527 (or 0x3D5527) is known color: Clover. HEX triplet: 3D, 55 and 27. RGB value is (61,85,39). Sum of RGB (Red+Green+Blue) = 61+85+39=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5527 is #C2AAD8. Grayscale: #484848. Windows color (decimal): -12757721 or 2577725. OLE color: 2577725.

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

Color convert

RGB 61 85 39 -
CMYK 0.28 0 0.54 0.67
HSL 91.3º 0.37% 0.24% -
HSV(B) 91.3º 0.54% 0.33% -
XYZ 5.54 7.64 3.1 -
YUV 72.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 61 85 39 0.28 0 0.54 0.67 91.3 0.37 0.24
Hex 3D 55 27 1C 0 36 43 5B 25 18
Octal 75 125 47 34 0 66 103 133 45 30
Binary 111101 1010101 100111 11100 0 110110 1000011 1011011 100101 11000

Color Harmonies of #3D5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5527

Black with #3D5527

Text Example


Text Example

White with #3D5527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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