#3D5B1F

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

Shades of Clover #3D5B1F

Tints of Clover #3D5B1F

Color information

#3D5B1F (or 0x3D5B1F) is unknown color: approx Clover. HEX triplet: 3D, 5B and 1F. RGB value is (61,91,31). Sum of RGB (Red+Green+Blue) = 61+91+31=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B1F is #C2A4E0. Grayscale: #4B4B4B. Windows color (decimal): -12756193 or 2054973. OLE color: 2054973.

HSL color Cylindrical-coordinate representation of color #3D5B1F: hue angle of 90º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D5B1F is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB619131-
CMYK0.3300.660.64
HSL90º49.18%23.92%-
HSV(B)90º65.93%35.69%-
XYZ5.918.572.64-
YUV75.19103.06117.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=33.33%
G=49.73%
B=16.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6191310.3300.660.649049.1823.92
Hex3D5B1F21042405a3118
Octal75133374101021001326130
Binary111101101101111111100001010000101000000101101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,31); }

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

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

 a { background-color: rgb(61,91,31); }

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

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

 span { border-color: rgb(61,91,31); }

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