#386148

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

Shades of Plantation #386148

Tints of Plantation #386148

Color information

#386148 (or 0x386148) is unknown color: approx Plantation. HEX triplet: 38, 61 and 48. RGB value is (56,97,72). Sum of RGB (Red+Green+Blue) = 56+97+72=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #386148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386148 is #C79EB7. Grayscale: #515151. Windows color (decimal): -13082296 or 4743480. OLE color: 4743480.

HSL color Cylindrical-coordinate representation of color #386148: hue angle of 143.41º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386148 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB569772-
CMYK0.4200.260.62
HSL143.41º26.8%30%-
HSV(B)143.41º42.27%38.04%-
XYZ7.089.867.66-
YUV81.89122.42109.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 72 (28.52% from 255) = 32%
R=24.89%
G=43.11%
B=32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697720.4200.260.62143.4126.830
Hex3861482A01A3E8f1b1e
Octal7014111052032762173336
Binary11100011000011001000101010011010111110100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386148; }

 p { color: rgb(56,97,72); }

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

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

 a { background-color: rgb(56,97,72); }

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

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

 span { border-color: rgb(56,97,72); }

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