#3D5422

Color #3D5422 Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #3D5422

Tints of Clover #3D5422

Color information

#3D5422 (or 0x3D5422) is unknown color: approx Clover. HEX triplet: 3D, 54 and 22. RGB value is (61,84,34). Sum of RGB (Red+Green+Blue) = 61+84+34=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5422 is #C2ABDD. Grayscale: #474747. Windows color (decimal): -12757982 or 2249789. OLE color: 2249789.

HSL color Cylindrical-coordinate representation of color #3D5422: hue angle of 87.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D5422 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB618434-
CMYK0.2700.600.67
HSL87.6º42.37%23.14%-
HSV(B)87.6º59.52%32.94%-
XYZ5.387.452.67-
YUV71.42106.88120.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.08%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=34.08%
G=46.93%
B=18.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184340.2700.600.6787.642.3723.14
Hex3D54221B03C43582a17
Octal7512442330741031305227
Binary11110110101001000101101101111001000011101100010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D5422;
 }
 .AnyTagClassName
 {
   color: #3D5422;
 }
</style>
background-color css

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

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

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

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

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

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