Html Css Color HEX #3D5A1F Clover

📋 copy color: '#3D5A1F'

red 61 ◦ green 90 ◦ blue 31

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

Shades of Clover #3D5A1F

Tints of Clover #3D5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.45%

 BLUE value IS 31 (12.5% from 255) = 17.03%

R = 33.52%
G = 49.45%
B = 17.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#3D5A1F (or 0x3D5A1F) is known color: Clover. HEX triplet: 3D, 5A and 1F. RGB value is (61,90,31). Sum of RGB (Red+Green+Blue) = 61+90+31=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A1F is #C2A5E0. Grayscale: #4A4A4A. Windows color (decimal): -12756449 or 2054717. OLE color: 2054717.

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

Color convert

RGB 61 90 31 -
CMYK 0.32 0 0.66 0.65
HSL 89.49º 0.49% 0.24% -
HSV(B) 89.49º 0.66% 0.35% -
XYZ 5.83 8.4 2.61 -
YUV 74.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 61 90 31 0.32 0 0.66 0.65 89.49 0.49 0.24
Hex 3D 5A 1F 20 0 42 41 59 31 18
Octal 75 132 37 40 0 102 101 131 61 30
Binary 111101 1011010 11111 100000 0 1000010 1000001 1011001 110001 11000

Color Harmonies of #3D5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5A1F

Black with #3D5A1F

Text Example


Text Example

White with #3D5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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