Html Css Color HEX #41542D Clover

📋 copy color: '#41542D'

red 65 ◦ green 84 ◦ blue 45

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

Shades of Clover #41542D

Tints of Clover #41542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 33.51%
G = 43.3%
B = 23.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#41542D (or 0x41542D) is known color: Clover. HEX triplet: 41, 54 and 2D. RGB value is (65,84,45). Sum of RGB (Red+Green+Blue) = 65+84+45=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #41542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41542D is #BEABD2. Grayscale: #4A4A4A. Windows color (decimal): -12495827 or 2970689. OLE color: 2970689.

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

Color convert

RGB 65 84 45 -
CMYK 0.23 0 0.46 0.67
HSL 89.23º 0.3% 0.25% -
HSV(B) 89.23º 0.46% 0.33% -
XYZ 5.82 7.65 3.65 -
YUV 73.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 65 84 45 0.23 0 0.46 0.67 89.23 0.3 0.25
Hex 41 54 2D 17 0 2E 43 59 1E 19
Octal 101 124 55 27 0 56 103 131 36 31
Binary 1000001 1010100 101101 10111 0 101110 1000011 1011001 11110 11001

Color Harmonies of #41542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41542D

Black with #41542D

Text Example


Text Example

White with #41542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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