Html Css Color HEX #41522C Clover

📋 copy color: '#41522C'

red 65 ◦ green 82 ◦ blue 44

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

Shades of Clover #41522C

Tints of Clover #41522C

RGB

 RED value IS 65 (25.78% from 255) = 34.03%

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

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 34.03%
G = 42.93%
B = 23.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#41522C (or 0x41522C) is known color: Clover. HEX triplet: 41, 52 and 2C. RGB value is (65,82,44). Sum of RGB (Red+Green+Blue) = 65+82+44=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #41522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41522C is #BEADD3. Grayscale: #484848. Windows color (decimal): -12496340 or 2904641. OLE color: 2904641.

HSL color Cylindrical-coordinate representation of color #41522C: hue angle of 86.84º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41522C is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 44 -
CMYK 0.21 0 0.46 0.68
HSL 86.84º 0.3% 0.25% -
HSV(B) 86.84º 0.46% 0.32% -
XYZ 5.65 7.34 3.5 -
YUV 72.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 65 82 44 0.21 0 0.46 0.68 86.84 0.3 0.25
Hex 41 52 2C 15 0 2E 44 57 1E 19
Octal 101 122 54 25 0 56 104 127 36 31
Binary 1000001 1010010 101100 10101 0 101110 1000100 1010111 11110 11001

Color Harmonies of #41522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41522C

Black with #41522C

Text Example


Text Example

White with #41522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41522C; }

 p { color: rgb(65,82,44); }

 H1.HeaderClassName
 {
   color: #41522C;
 }
 .AnyTagClassName
 {
   color: #41522C;
 }
</style>

background-color css

<style>
 a { background-color: #41522C; }

 a { background-color: rgb(65,82,44); }

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

border-color css

<style>
 span { border-color: #41522C; }

 span { border-color: rgb(65,82,44); }

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