#3B634E

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

Shades of Plantation #3B634E

Tints of Plantation #3B634E

Color information

#3B634E (or 0x3B634E) is unknown color: approx Plantation. HEX triplet: 3B, 63 and 4E. RGB value is (59,99,78). Sum of RGB (Red+Green+Blue) = 59+99+78=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3B634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B634E is #C49CB1. Grayscale: #545454. Windows color (decimal): -12885170 or 5137211. OLE color: 5137211.

HSL color Cylindrical-coordinate representation of color #3B634E: hue angle of 148.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B634E is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB599978-
CMYK0.4000.210.61
HSL148.5º25.32%30.98%-
HSV(B)148.5º40.4%38.82%-
XYZ7.6410.48.81-
YUV84.65124.25109.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=25%
G=41.95%
B=33.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999780.4000.210.61148.525.3230.98
Hex3B634E280153D94191f
Octal7314311650025752243137
Binary11101111000111001110101000010101111101100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,78); }

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

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

 a { background-color: rgb(59,99,78); }

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

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

 span { border-color: rgb(59,99,78); }

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