Html Css Color HEX #3B5521 Clover

📋 copy color: '#3B5521'

red 59 ◦ green 85 ◦ blue 33

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

Shades of Clover #3B5521

Tints of Clover #3B5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 33.33%
G = 48.02%
B = 18.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#3B5521 (or 0x3B5521) is known color: Clover. HEX triplet: 3B, 55 and 21. RGB value is (59,85,33). Sum of RGB (Red+Green+Blue) = 59+85+33=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5521 is #C4AADE. Grayscale: #474747. Windows color (decimal): -12888799 or 2184507. OLE color: 2184507.

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

Color convert

RGB 59 85 33 -
CMYK 0.31 0 0.61 0.67
HSL 90º 0.44% 0.23% -
HSV(B) 90º 0.61% 0.33% -
XYZ 5.33 7.54 2.61 -
YUV 71.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 59 85 33 0.31 0 0.61 0.67 90 0.44 0.23
Hex 3B 55 21 1F 0 3D 43 5A 2C 17
Octal 73 125 41 37 0 75 103 132 54 27
Binary 111011 1010101 100001 11111 0 111101 1000011 1011010 101100 10111

Color Harmonies of #3B5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5521

Black with #3B5521

Text Example


Text Example

White with #3B5521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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