Html Css Color HEX #41532F Clover

📋 copy color: '#41532F'

red 65 ◦ green 83 ◦ blue 47

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

Shades of Clover #41532F

Tints of Clover #41532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 33.33%
G = 42.56%
B = 24.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#41532F (or 0x41532F) is known color: Clover. HEX triplet: 41, 53 and 2F. RGB value is (65,83,47). Sum of RGB (Red+Green+Blue) = 65+83+47=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #41532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41532F is #BEACD0. Grayscale: #494949. Windows color (decimal): -12496081 or 3101505. OLE color: 3101505.

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

Color convert

RGB 65 83 47 -
CMYK 0.22 0 0.43 0.67
HSL 90º 0.28% 0.25% -
HSV(B) 90º 0.43% 0.33% -
XYZ 5.79 7.52 3.84 -
YUV 73.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 65 83 47 0.22 0 0.43 0.67 90 0.28 0.25
Hex 41 53 2F 16 0 2B 43 5A 1C 19
Octal 101 123 57 26 0 53 103 132 34 31
Binary 1000001 1010011 101111 10110 0 101011 1000011 1011010 11100 11001

Color Harmonies of #41532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41532F

Black with #41532F

Text Example


Text Example

White with #41532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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