#396348

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

Shades of Plantation #396348

Tints of Plantation #396348

Color information

#396348 (or 0x396348) is unknown color: approx Plantation. HEX triplet: 39, 63 and 48. RGB value is (57,99,72). Sum of RGB (Red+Green+Blue) = 57+99+72=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #396348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396348 is #C69CB7. Grayscale: #535353. Windows color (decimal): -13016248 or 4743993. OLE color: 4743993.

HSL color Cylindrical-coordinate representation of color #396348: hue angle of 141.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396348 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB579972-
CMYK0.4200.270.61
HSL141.43º26.92%30.59%-
HSV(B)141.43º42.42%38.82%-
XYZ7.3210.267.73-
YUV83.36121.59109.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=25%
G=43.42%
B=31.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799720.4200.270.61141.4326.9230.59
Hex3963482A01B3D8d1b1f
Octal7114311052033752153337
Binary11100111000111001000101010011011111101100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396348; }

 p { color: rgb(57,99,72); }

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

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

 a { background-color: rgb(57,99,72); }

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

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

 span { border-color: rgb(57,99,72); }

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