Html Css Color HEX #41532D Clover

📋 copy color: '#41532D'

red 65 ◦ green 83 ◦ blue 45

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

Shades of Clover #41532D

Tints of Clover #41532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.01%

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

R = 33.68%
G = 43.01%
B = 23.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#41532D (or 0x41532D) is known color: Clover. HEX triplet: 41, 53 and 2D. RGB value is (65,83,45). Sum of RGB (Red+Green+Blue) = 65+83+45=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #41532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41532D is #BEACD2. Grayscale: #494949. Windows color (decimal): -12496083 or 2970433. OLE color: 2970433.

HSL color Cylindrical-coordinate representation of color #41532D: hue angle of 88.42º 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 #41532D is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 45 -
CMYK 0.22 0 0.46 0.67
HSL 88.42º 0.3% 0.25% -
HSV(B) 88.42º 0.46% 0.33% -
XYZ 5.75 7.5 3.63 -
YUV 73.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 65 83 45 0.22 0 0.46 0.67 88.42 0.3 0.25
Hex 41 53 2D 16 0 2E 43 58 1E 19
Octal 101 123 55 26 0 56 103 130 36 31
Binary 1000001 1010011 101101 10110 0 101110 1000011 1011000 11110 11001

Color Harmonies of #41532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41532D

Black with #41532D

Text Example


Text Example

White with #41532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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