Html Css Color HEX #3F5228 Clover

📋 copy color: '#3F5228'

red 63 ◦ green 82 ◦ blue 40

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

Shades of Clover #3F5228

Tints of Clover #3F5228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 34.05%
G = 44.32%
B = 21.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#3F5228 (or 0x3F5228) is known color: Clover. HEX triplet: 3F, 52 and 28. RGB value is (63,82,40). Sum of RGB (Red+Green+Blue) = 63+82+40=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5228 is #C0ADD7. Grayscale: #474747. Windows color (decimal): -12627416 or 2642495. OLE color: 2642495.

HSL color Cylindrical-coordinate representation of color #3F5228: hue angle of 87.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F5228 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 82 40 -
CMYK 0.23 0 0.51 0.68
HSL 87.14º 0.34% 0.24% -
HSV(B) 87.14º 0.51% 0.32% -
XYZ 5.45 7.24 3.12 -
YUV 71.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 63 82 40 0.23 0 0.51 0.68 87.14 0.34 0.24
Hex 3F 52 28 17 0 33 44 57 22 18
Octal 77 122 50 27 0 63 104 127 42 30
Binary 111111 1010010 101000 10111 0 110011 1000100 1010111 100010 11000

Color Harmonies of #3F5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5228

Black with #3F5228

Text Example


Text Example

White with #3F5228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,82,40); }

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

background-color css

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

 a { background-color: rgb(63,82,40); }

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

border-color css

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

 span { border-color: rgb(63,82,40); }

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