Html Css Color HEX #41564A Plantation

📋 copy color: '#41564A'

red 65 ◦ green 86 ◦ blue 74

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

Shades of Plantation #41564A

Tints of Plantation #41564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.22%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 28.89%
G = 38.22%
B = 32.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#41564A (or 0x41564A) is known color: Plantation. HEX triplet: 41, 56 and 4A. RGB value is (65,86,74). Sum of RGB (Red+Green+Blue) = 65+86+74=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #41564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41564A is #BEA9B5. Grayscale: #4E4E4E. Windows color (decimal): -12495286 or 4871745. OLE color: 4871745.

HSL color Cylindrical-coordinate representation of color #41564A: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41564A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 86 74 -
CMYK 0.24 0 0.14 0.66
HSL 145.71º 0.14% 0.3% -
HSV(B) 145.71º 0.24% 0.34% -
XYZ 6.74 8.27 7.72 -
YUV 78.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 65 86 74 0.24 0 0.14 0.66 145.71 0.14 0.3
Hex 41 56 4A 18 0 E 42 92 E 1E
Octal 101 126 112 30 0 16 102 222 16 36
Binary 1000001 1010110 1001010 11000 0 1110 1000010 10010010 1110 11110

Color Harmonies of #41564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41564A

Black with #41564A

Text Example


Text Example

White with #41564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,86,74); }

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

background-color css

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

 a { background-color: rgb(65,86,74); }

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

border-color css

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

 span { border-color: rgb(65,86,74); }

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