#3F5A4B

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

Shades of Plantation #3F5A4B

Tints of Plantation #3F5A4B

Color information

#3F5A4B (or 0x3F5A4B) is unknown color: approx Plantation. HEX triplet: 3F, 5A and 4B. RGB value is (63,90,75). Sum of RGB (Red+Green+Blue) = 63+90+75=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A4B is #C0A5B4. Grayscale: #505050. Windows color (decimal): -12625333 or 4938303. OLE color: 4938303.

HSL color Cylindrical-coordinate representation of color #3F5A4B: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F5A4B is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB639075-
CMYK0.3000.170.65
HSL146.67º17.65%30%-
HSV(B)146.67º30%35.29%-
XYZ6.988.888-
YUV80.22125.05115.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 90 (35.55% from 255) = 39.47%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=27.63%
G=39.47%
B=32.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6390750.3000.170.65146.6717.6530
Hex3F5A4B1E0114193121e
Octal77132113360211012232236
Binary11111110110101001011111100100011000001100100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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