#3B5E4B

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

Shades of Plantation #3B5E4B

Tints of Plantation #3B5E4B

Color information

#3B5E4B (or 0x3B5E4B) is unknown color: approx Plantation. HEX triplet: 3B, 5E and 4B. RGB value is (59,94,75). Sum of RGB (Red+Green+Blue) = 59+94+75=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #3B5E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5E4B is #C4A1B4. Grayscale: #515151. Windows color (decimal): -12886453 or 4939323. OLE color: 4939323.

HSL color Cylindrical-coordinate representation of color #3B5E4B: hue angle of 147.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B5E4B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB599475-
CMYK0.3700.200.63
HSL147.43º22.88%30%-
HSV(B)147.43º37.23%36.86%-
XYZ7.089.448.11-
YUV81.37124.4112.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=25.88%
G=41.23%
B=32.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5994750.3700.200.63147.4322.8830
Hex3B5E4B250143F93171e
Octal7313611345024772232736
Binary11101110111101001011100101010100111111100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,94,75); }

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

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

 a { background-color: rgb(59,94,75); }

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

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

 span { border-color: rgb(59,94,75); }

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