Html Css Color HEX #41542B Clover

📋 copy color: '#41542B'

red 65 ◦ green 84 ◦ blue 43

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

Shades of Clover #41542B

Tints of Clover #41542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.75%

 BLUE value IS 43 (17.19% from 255) = 22.4%

R = 33.85%
G = 43.75%
B = 22.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#41542B (or 0x41542B) is known color: Clover. HEX triplet: 41, 54 and 2B. RGB value is (65,84,43). Sum of RGB (Red+Green+Blue) = 65+84+43=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #41542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41542B is #BEABD4. Grayscale: #494949. Windows color (decimal): -12495829 or 2839617. OLE color: 2839617.

HSL color Cylindrical-coordinate representation of color #41542B: hue angle of 87.8º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41542B is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 43 -
CMYK 0.23 0 0.49 0.67
HSL 87.8º 0.32% 0.25% -
HSV(B) 87.8º 0.49% 0.33% -
XYZ 5.79 7.64 3.45 -
YUV 73.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 65 84 43 0.23 0 0.49 0.67 87.8 0.32 0.25
Hex 41 54 2B 17 0 31 43 58 20 19
Octal 101 124 53 27 0 61 103 130 40 31
Binary 1000001 1010100 101011 10111 0 110001 1000011 1011000 100000 11001

Color Harmonies of #41542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41542B

Black with #41542B

Text Example


Text Example

White with #41542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41542B; }

 p { color: rgb(65,84,43); }

 H1.HeaderClassName
 {
   color: #41542B;
 }
 .AnyTagClassName
 {
   color: #41542B;
 }
</style>

background-color css

<style>
 a { background-color: #41542B; }

 a { background-color: rgb(65,84,43); }

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

border-color css

<style>
 span { border-color: #41542B; }

 span { border-color: rgb(65,84,43); }

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