#41534B

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

Shades of Plantation #41534B

Tints of Plantation #41534B

Color information

#41534B (or 0x41534B) is unknown color: approx Plantation. HEX triplet: 41, 53 and 4B. RGB value is (65,83,75). Sum of RGB (Red+Green+Blue) = 65+83+75=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #41534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534B is #BEACB4. Grayscale: #4C4C4C. Windows color (decimal): -12496053 or 4936513. OLE color: 4936513.

HSL color Cylindrical-coordinate representation of color #41534B: hue angle of 153.33º 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 #41534B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB658375-
CMYK0.2200.100.67
HSL153.33º12.16%29.02%-
HSV(B)153.33º21.69%32.55%-
XYZ6.547.827.82-
YUV76.71127.04119.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=29.15%
G=37.22%
B=33.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583750.2200.100.67153.3312.1629.02
Hex41534B160A4399c1d
Octal101123113260121032311435
Binary1000001101001110010111011001010100001110011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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