#41534A

Color #41534A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #41534A

Tints of Plantation #41534A

Color information

#41534A (or 0x41534A) is unknown color: approx Plantation. HEX triplet: 41, 53 and 4A. RGB value is (65,83,74). Sum of RGB (Red+Green+Blue) = 65+83+74=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #41534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534A is #BEACB5. Grayscale: #4C4C4C. Windows color (decimal): -12496054 or 4870977. OLE color: 4870977.

HSL color Cylindrical-coordinate representation of color #41534A: hue angle of 150º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41534A is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB658374-
CMYK0.2200.110.67
HSL150º12.16%29.02%-
HSV(B)150º21.69%32.55%-
XYZ6.517.87.64-
YUV76.59126.54119.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=29.28%
G=37.39%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583740.2200.110.6715012.1629.02
Hex41534A160B4396c1d
Octal101123112260131032261435
Binary1000001101001110010101011001011100001110010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41534A;
 }
 .AnyTagClassName
 {
   color: #41534A;
 }
</style>
background-color css

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

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

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

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

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

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