Html Css Color HEX #41542C Clover

📋 copy color: '#41542C'

red 65 ◦ green 84 ◦ blue 44

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

Shades of Clover #41542C

Tints of Clover #41542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.52%

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

R = 33.68%
G = 43.52%
B = 22.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#41542C (or 0x41542C) is known color: Clover. HEX triplet: 41, 54 and 2C. RGB value is (65,84,44). Sum of RGB (Red+Green+Blue) = 65+84+44=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #41542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41542C is #BEABD3. Grayscale: #494949. Windows color (decimal): -12495828 or 2905153. OLE color: 2905153.

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

Color convert

RGB 65 84 44 -
CMYK 0.23 0 0.48 0.67
HSL 88.5º 0.31% 0.25% -
HSV(B) 88.5º 0.48% 0.33% -
XYZ 5.8 7.65 3.55 -
YUV 73.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 65 84 44 0.23 0 0.48 0.67 88.5 0.31 0.25
Hex 41 54 2C 17 0 30 43 58 1F 19
Octal 101 124 54 27 0 60 103 130 37 31
Binary 1000001 1010100 101100 10111 0 110000 1000011 1011000 11111 11001

Color Harmonies of #41542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41542C

Black with #41542C

Text Example


Text Example

White with #41542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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