Html Css Color HEX #3D5427 Clover

📋 copy color: '#3D5427'

red 61 ◦ green 84 ◦ blue 39

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

Shades of Clover #3D5427

Tints of Clover #3D5427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.65%

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

R = 33.15%
G = 45.65%
B = 21.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#3D5427 (or 0x3D5427) is known color: Clover. HEX triplet: 3D, 54 and 27. RGB value is (61,84,39). Sum of RGB (Red+Green+Blue) = 61+84+39=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5427 is #C2ABD8. Grayscale: #484848. Windows color (decimal): -12757977 or 2577469. OLE color: 2577469.

HSL color Cylindrical-coordinate representation of color #3D5427: hue angle of 90.67º 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 #3D5427 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 84 39 -
CMYK 0.27 0 0.54 0.67
HSL 90.67º 0.37% 0.24% -
HSV(B) 90.67º 0.54% 0.33% -
XYZ 5.46 7.48 3.08 -
YUV 71.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 61 84 39 0.27 0 0.54 0.67 90.67 0.37 0.24
Hex 3D 54 27 1B 0 36 43 5B 25 18
Octal 75 124 47 33 0 66 103 133 45 30
Binary 111101 1010100 100111 11011 0 110110 1000011 1011011 100101 11000

Color Harmonies of #3D5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5427

Black with #3D5427

Text Example


Text Example

White with #3D5427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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