#3F554B

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

Shades of Plantation #3F554B

Tints of Plantation #3F554B

Color information

#3F554B (or 0x3F554B) is unknown color: approx Plantation. HEX triplet: 3F, 55 and 4B. RGB value is (63,85,75). Sum of RGB (Red+Green+Blue) = 63+85+75=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #3F554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F554B is #C0AAB4. Grayscale: #4D4D4D. Windows color (decimal): -12626613 or 4937023. OLE color: 4937023.

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

Color convert

RGB638575-
CMYK0.2600.120.67
HSL152.73º14.86%29.02%-
HSV(B)152.73º25.88%33.33%-
XYZ6.578.067.87-
YUV77.28126.71117.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=28.25%
G=38.12%
B=33.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385750.2600.120.67152.7314.8629.02
Hex3F554B1A0C4399f1d
Octal77125113320141032311735
Binary111111101010110010111101001100100001110011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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