Html Css Color HEX #41502D Clover

📋 copy color: '#41502D'

red 65 ◦ green 80 ◦ blue 45

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

Shades of Clover #41502D

Tints of Clover #41502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 34.21%
G = 42.11%
B = 23.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#41502D (or 0x41502D) is known color: Clover. HEX triplet: 41, 50 and 2D. RGB value is (65,80,45). Sum of RGB (Red+Green+Blue) = 65+80+45=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #41502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41502D is #BEAFD2. Grayscale: #474747. Windows color (decimal): -12496851 or 2969665. OLE color: 2969665.

HSL color Cylindrical-coordinate representation of color #41502D: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41502D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 45 -
CMYK 0.19 0 0.44 0.69
HSL 85.71º 0.28% 0.25% -
HSV(B) 85.71º 0.44% 0.31% -
XYZ 5.52 7.05 3.55 -
YUV 71.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 65 80 45 0.19 0 0.44 0.69 85.71 0.28 0.25
Hex 41 50 2D 13 0 2C 45 56 1C 19
Octal 101 120 55 23 0 54 105 126 34 31
Binary 1000001 1010000 101101 10011 0 101100 1000101 1010110 11100 11001

Color Harmonies of #41502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41502D

Black with #41502D

Text Example


Text Example

White with #41502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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