#3F534B

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

Shades of Plantation #3F534B

Tints of Plantation #3F534B

Color information

#3F534B (or 0x3F534B) is unknown color: approx Plantation. HEX triplet: 3F, 53 and 4B. RGB value is (63,83,75). Sum of RGB (Red+Green+Blue) = 63+83+75=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #3F534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F534B is #C0ACB4. Grayscale: #4C4C4C. Windows color (decimal): -12627125 or 4936511. OLE color: 4936511.

HSL color Cylindrical-coordinate representation of color #3F534B: hue angle of 156º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F534B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB638375-
CMYK0.2400.100.67
HSL156º13.7%28.63%-
HSV(B)156º24.1%32.55%-
XYZ6.417.757.81-
YUV76.11127.37118.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=28.51%
G=37.56%
B=33.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383750.2400.100.6715613.728.63
Hex3F534B180A439ce1d
Octal77123113300121032341635
Binary111111101001110010111100001010100001110011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F534B; }

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

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

<style>
 a { background-color: #3F534B; }

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

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

<style>
 span { border-color: #3F534B; }

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

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