Html Css Color HEX #41532C Clover

📋 copy color: '#41532C'

red 65 ◦ green 83 ◦ blue 44

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

Shades of Clover #41532C

Tints of Clover #41532C

RGB

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

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

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

R = 33.85%
G = 43.23%
B = 22.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#41532C (or 0x41532C) is known color: Clover. HEX triplet: 41, 53 and 2C. RGB value is (65,83,44). Sum of RGB (Red+Green+Blue) = 65+83+44=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #41532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41532C is #BEACD3. Grayscale: #494949. Windows color (decimal): -12496084 or 2904897. OLE color: 2904897.

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

Color convert

RGB 65 83 44 -
CMYK 0.22 0 0.47 0.67
HSL 87.69º 0.31% 0.25% -
HSV(B) 87.69º 0.47% 0.33% -
XYZ 5.73 7.49 3.53 -
YUV 73.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 65 83 44 0.22 0 0.47 0.67 87.69 0.31 0.25
Hex 41 53 2C 16 0 2F 43 58 1F 19
Octal 101 123 54 26 0 57 103 130 37 31
Binary 1000001 1010011 101100 10110 0 101111 1000011 1011000 11111 11001

Color Harmonies of #41532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41532C

Black with #41532C

Text Example


Text Example

White with #41532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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