Html Css Color HEX #41542A Clover

📋 copy color: '#41542A'

red 65 ◦ green 84 ◦ blue 42

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

Shades of Clover #41542A

Tints of Clover #41542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 34.03%
G = 43.98%
B = 21.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#41542A (or 0x41542A) is known color: Clover. HEX triplet: 41, 54 and 2A. RGB value is (65,84,42). Sum of RGB (Red+Green+Blue) = 65+84+42=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #41542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41542A is #BEABD5. Grayscale: #494949. Windows color (decimal): -12495830 or 2774081. OLE color: 2774081.

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

Color convert

RGB 65 84 42 -
CMYK 0.23 0 0.5 0.67
HSL 87.14º 0.33% 0.25% -
HSV(B) 87.14º 0.5% 0.33% -
XYZ 5.77 7.63 3.36 -
YUV 73.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 65 84 42 0.23 0 0.5 0.67 87.14 0.33 0.25
Hex 41 54 2A 17 0 32 43 57 21 19
Octal 101 124 52 27 0 62 103 127 41 31
Binary 1000001 1010100 101010 10111 0 110010 1000011 1010111 100001 11001

Color Harmonies of #41542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41542A

Black with #41542A

Text Example


Text Example

White with #41542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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