Html Css Color HEX #41532E Clover

📋 copy color: '#41532E'

red 65 ◦ green 83 ◦ blue 46

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

Shades of Clover #41532E

Tints of Clover #41532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.71%

R = 33.51%
G = 42.78%
B = 23.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#41532E (or 0x41532E) is known color: Clover. HEX triplet: 41, 53 and 2E. RGB value is (65,83,46). Sum of RGB (Red+Green+Blue) = 65+83+46=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #41532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41532E is #BEACD1. Grayscale: #494949. Windows color (decimal): -12496082 or 3035969. OLE color: 3035969.

HSL color Cylindrical-coordinate representation of color #41532E: hue angle of 89.19º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41532E is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 46 -
CMYK 0.22 0 0.45 0.67
HSL 89.19º 0.29% 0.25% -
HSV(B) 89.19º 0.45% 0.33% -
XYZ 5.77 7.51 3.73 -
YUV 73.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 65 83 46 0.22 0 0.45 0.67 89.19 0.29 0.25
Hex 41 53 2E 16 0 2D 43 59 1D 19
Octal 101 123 56 26 0 55 103 131 35 31
Binary 1000001 1010011 101110 10110 0 101101 1000011 1011001 11101 11001

Color Harmonies of #41532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41532E

Black with #41532E

Text Example


Text Example

White with #41532E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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