Html Css Color HEX #3B5520 Clover

📋 copy color: '#3B5520'

red 59 ◦ green 85 ◦ blue 32

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

Shades of Clover #3B5520

Tints of Clover #3B5520

RGB

 RED value IS 59 (23.44% from 255) = 33.52%

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

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 33.52%
G = 48.3%
B = 18.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#3B5520 (or 0x3B5520) is known color: Clover. HEX triplet: 3B, 55 and 20. RGB value is (59,85,32). Sum of RGB (Red+Green+Blue) = 59+85+32=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5520 is #C4AADF. Grayscale: #474747. Windows color (decimal): -12888800 or 2118971. OLE color: 2118971.

HSL color Cylindrical-coordinate representation of color #3B5520: hue angle of 89.43º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B5520 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 85 32 -
CMYK 0.31 0 0.62 0.67
HSL 89.43º 0.45% 0.23% -
HSV(B) 89.43º 0.62% 0.33% -
XYZ 5.31 7.53 2.54 -
YUV 71.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 59 85 32 0.31 0 0.62 0.67 89.43 0.45 0.23
Hex 3B 55 20 1F 0 3E 43 59 2D 17
Octal 73 125 40 37 0 76 103 131 55 27
Binary 111011 1010101 100000 11111 0 111110 1000011 1011001 101101 10111

Color Harmonies of #3B5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5520

Black with #3B5520

Text Example


Text Example

White with #3B5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,32); }

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

background-color css

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

 a { background-color: rgb(59,85,32); }

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

border-color css

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

 span { border-color: rgb(59,85,32); }

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