Html Css Color HEX #3F5521 Clover

📋 copy color: '#3F5521'

red 63 ◦ green 85 ◦ blue 33

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

Shades of Clover #3F5521

Tints of Clover #3F5521

RGB

 RED value IS 63 (25% from 255) = 34.81%

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

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

R = 34.81%
G = 46.96%
B = 18.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#3F5521 (or 0x3F5521) is known color: Clover. HEX triplet: 3F, 55 and 21. RGB value is (63,85,33). Sum of RGB (Red+Green+Blue) = 63+85+33=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5521 is #C0AADE. Grayscale: #484848. Windows color (decimal): -12626655 or 2184511. OLE color: 2184511.

HSL color Cylindrical-coordinate representation of color #3F5521: hue angle of 85.38º 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 #3F5521 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 33 -
CMYK 0.26 0 0.61 0.67
HSL 85.38º 0.44% 0.23% -
HSV(B) 85.38º 0.61% 0.33% -
XYZ 5.57 7.66 2.62 -
YUV 72.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 63 85 33 0.26 0 0.61 0.67 85.38 0.44 0.23
Hex 3F 55 21 1A 0 3D 43 55 2C 17
Octal 77 125 41 32 0 75 103 125 54 27
Binary 111111 1010101 100001 11010 0 111101 1000011 1010101 101100 10111

Color Harmonies of #3F5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5521

Black with #3F5521

Text Example


Text Example

White with #3F5521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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